marcoslin / angularAMD

Facilitate use of RequireJS in AngularJS
http://marcoslin.github.io/angularAMD
MIT License
734 stars 171 forks source link

Cannot angular.bootstrap app with strictDi:true config #169

Closed antokara closed 8 years ago

antokara commented 8 years ago

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

antokara commented 8 years ago

Just realized there is a duplicate issue for that right here: https://github.com/marcoslin/angularAMD/issues/129

closing...