angular-material-widget-engine
angular-material-widget-engine copied to clipboard
Error: [$injector:strictdi] controller is not using explicit annotation and cannot be invoked in strict mode
Hello i'm trying to user Angular Material Widget Engine but unfortunately i'm into this problem: angular.js:13920 Error: [$injector:strictdi] controller is not using explicit annotation and cannot be invoked in strict mode
do you know any solution?
@andreuccia can you provide some steps to reproduce this error? perhaps a gist file containing the code?
@rajeshvaya just add ng-strict-di
attribute to your ng-app
element.
See https://docs.angularjs.org/api/ng/directive/ngApp#with-ngstrictdi-
@rajeshvaya could you please merge the PR and make new version bump?