Skip to content
Snippets Groups Projects
Commit c05f6db4 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

Task #8574: disable debug info

parent a22fda66
No related branches found
No related tags found
No related merge requests found
...@@ -5,3 +5,6 @@ var app = angular.module('raeApp', ...@@ -5,3 +5,6 @@ var app = angular.module('raeApp',
'GanttControllerMod', 'GanttControllerMod',
'GridControllerMod']); 'GridControllerMod']);
app.config(['$compileProvider', function ($compileProvider) {
$compileProvider.debugInfoEnabled(false);
}]);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment