Skip to content

Commit

Permalink
chore(build)
Browse files Browse the repository at this point in the history
  • Loading branch information
mchapman committed Nov 15, 2017
1 parent 3a17abe commit 50ded47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions dist/fng-reports.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! forms-angular 2017-02-17 */
/*! forms-angular 2017-11-15 */
'use strict';

formsAngular.controller('AnalysisCtrl', ['$filter', '$scope', '$http', '$location', 'cssFrameworkService', 'routingService',
Expand Down Expand Up @@ -203,7 +203,6 @@ formsAngular.controller('AnalysisCtrl', ['$filter', '$scope', '$http', '$locatio
def.width = parseInt(def.width.slice(0, -2));
}
});
console.log(JSON.stringify(newValue,null,2));
$scope.gridOptions.columnDefs = newValue;
}
$scope.gridOptions.showTotals = columnTotals;
Expand Down
Loading

0 comments on commit 50ded47

Please sign in to comment.