Angular won't load from salesforce
Below error is thrown when I try to load angular app from vertex page. I am calling a function available in a static resource from a VF page that loads an angular app.
It works on the edge of IE, but doesn't work in IE 11. I tried adding <meta http-equiv="X-UA-Compatible" content="IE=11,chrome=1" />
but no luck.
Below is the error:
TypeError: Object doesn't support this property or method
at Anonymous function (https://cpact--dev--c.cs6.visual.force.com/resource/1501785067000/bottlerFeedbackLibs/libs/js/angular.min.js:103:414)
at n (https://cpact--dev--c.cs6.visual.force.com/resource/1501785067000/bottlerFeedbackLibs/libs/js/angular.min.js:100:147)
at Anonymous function (https://cpact--dev--c.cs6.visual.force.com/resource/1501785067000/bottlerFeedbackLibs/libs/js/angular.min.js:97:357)
at Anonymous function (https://cpact--dev--c.cs6.visual.force.com/resource/1501785067000/bottlerFeedbackLibs/libs/js/angular.min.js:132:10)
at m.prototype.$eval (https://cpact--dev--c.cs6.visual.force.com/resource/1501785067000/bottlerFeedbackLibs/libs/js/angular.min.js:146:282)
at m.prototype.$digest (https://cpact--dev--c.cs6.visual.force.com/resource/1501785067000/bottlerFeedbackLibs/libs/js/angular.min.js:143:412)
at m.prototype.$apply (https://cpact--dev--c.cs6.visual.force.com/resource/1501785067000/bottlerFeedbackLibs/libs/js/a
Angular js version AngularJS v1.5.9
. I'm stuck on it, if you have any ideas, please kindly guide me to at least steps I can follow to debug this to resolution.
Thank.......
+3
source to share
No one has answered this question yet
Check out similar questions: