[API] Enable strict DI
...to facilitate detection of any issues with optimizability of legacy support for imperative registration.
This commit is contained in:
@@ -59,7 +59,7 @@ define(
|
||||
$log = this.$log;
|
||||
$log.info("Bootstrapping application " + (app || {}).name);
|
||||
angular.element(document).ready(function () {
|
||||
angular.bootstrap(document, [app.name]);
|
||||
angular.bootstrap(document, [app.name], { strictDi: true });
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user