Skip to content

Commit 50ded47

Browse files
committed
chore(build)
1 parent 3a17abe commit 50ded47

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

dist/fng-reports.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! forms-angular 2017-02-17 */
1+
/*! forms-angular 2017-11-15 */
22
'use strict';
33

44
formsAngular.controller('AnalysisCtrl', ['$filter', '$scope', '$http', '$location', 'cssFrameworkService', 'routingService',
@@ -203,7 +203,6 @@ formsAngular.controller('AnalysisCtrl', ['$filter', '$scope', '$http', '$locatio
203203
def.width = parseInt(def.width.slice(0, -2));
204204
}
205205
});
206-
console.log(JSON.stringify(newValue,null,2));
207206
$scope.gridOptions.columnDefs = newValue;
208207
}
209208
$scope.gridOptions.showTotals = columnTotals;

0 commit comments

Comments
 (0)