-
Notifications
You must be signed in to change notification settings - Fork 107
EsriMapController is not using explicit annotation and cannot be invoked in strict mode #269
Comments
Hi @GeorgeKnap, Your observation is correct that the minified dist files indeed adhere to strict DI. Part of the build process takes care of that and applies it to the minified versions. Can you tell us more about your particular situation or use case, and/or why having strict DI for the un-minified dist files would beneficial for you? |
Thank you for your comment. George |
George, thanks for the additional info. This sounds like a good reason for us to make the change to the unminified dist files. |
@GeorgeKnap the changes have been incorporated into the If you end up downloading that branch, you can do a fresh |
The changes are also available on the |
@GeorgeKnap happy Friday, @tomwayson was kind enough to quickly do a new tagged release. You can go ahead and work with v1.1.4. https://github.com/Esri/angular-esri-map/releases/tag/v1.1.4 |
Brilliant! Thank you for the hard work! |
Please make EscriMapController compatible with angular's strict DI mode
Current latest bower package v 1.1.3 (angular-esri-map.js) contains EsriMapController which is not compatible with strict DI mode.
Fun fact is that minified version is in strict DI otherwise it would not work as far as I know.
Thanks
The text was updated successfully, but these errors were encountered: