Skip to content

Commit

Permalink
[front-end] reenable strict-di, resolves #49
Browse files Browse the repository at this point in the history
  • Loading branch information
sashasochka committed Nov 23, 2014
1 parent 1bd3280 commit 1ab9fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,6 @@ define(['angular', 'angular-ui-router', 'angular-oclazyload',
app.controller('WidgetModalConfigButtonsController', angular.noop);

return angular.bootstrap(document, ['app'], {
strictDi: false // should be false when non-minified js is used
strictDi: true
});
});

0 comments on commit 1ab9fce

Please sign in to comment.