diff --git a/src/main/webapp/WEB-INF/js/app.js b/src/main/webapp/WEB-INF/js/app.js index ed1fe7e4..4bb1935a 100644 --- a/src/main/webapp/WEB-INF/js/app.js +++ b/src/main/webapp/WEB-INF/js/app.js @@ -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 }); });