I'm getting the error listed below from Angular 1.5.7 on IE11. Angular IS NOT throwing any errors on Chrome. I tried the following:
Upgraded jquery since I see that listed in the error stack.
Error: Invalid argument.
at interpolateFnWatchAction (http://localhost:8080/mdp-js/app/assets/angular/angular.js:9621:17)
at interpolateFnWatcher (http://localhost:8080/mdp-js/app/assets/angular/angular.js:12295:17)
at watchGroupAction (http://localhost:8080/mdp-js/app/assets/angular/angular.js:16952:13)
at Scope.prototype.$digest (http://localhost:8080/mdp-js/app/assets/angular/angular.js:17286:23)
at Scope.prototype.$apply (http://localhost:8080/mdp-js/app/assets/angular/angular.js:17552:13)
at Anonymous function (http://localhost:8080/mdp-js/app/assets/angular/angular.js:17850:11)
at completeOutstandingRequest (http://localhost:8080/mdp-js/app/assets/angular/angular.js:5955:7)
at Anonymous function (http://localhost:8080/mdp-js/app/assets/angular/angular.js:6234:7) undefined
This is an Angular known issue as you can see in this thread.
As suggested, when using directives such as ng-placeholder
or ng-style
you can workaround with ng-attr-placeholder
or ng-attr-style
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With