marcoslin/angularAMD

Cannot angular.bootstrap app with strictDi:true config

Closed this issue · 1 comments

I think that it is currently not possible to bootstrap an app with strictDi:true passed in the configuration.
Perhaps it is possible to enable that After the bootstrap, but I am not sure how to perform that.

Here is the point angularAMD invokes angular.bootstrap, without the 3rd config parameter...
https://github.com/marcoslin/angularAMD/blob/master/src/angularAMD.js#L463

And here is the angular.boostrap declaration
https://github.com/angular/angular.js/blob/master/src/Angular.js#L1644

Just realized there is a duplicate issue for that right here:
#129

closing...