HI,
I am using AngularJS2 (version: 2.0.0-rc.4) in one of the project. Its
working properly in Google Chrome, But in IE11 I am getting some error.
Here is the details of the error:
*SCRIPT1002: Syntax error*
*OnPointRestServiceContracts.js (8,5)*
*Error: SyntaxError: Syntax error*
* at ZoneDelegate.prototype.invoke
(http://localhost/rwd/lib/js/vendors/zone.js/dist/zone.js:321:14)*
* at Zone.prototype.run
(http://localhost/rwd/lib/js/vendors/zone.js/dist/zone.js:216:18)*
* at Anonymous function
(http://localhost/rwd/lib/js/vendors/zone.js/dist/zone.js:571:18)*
* Evaluating http://localhost/rwd/lib/spa/components/app.js*
* Error loading http://localhost/rwd/lib/spa/components/app.js*
* {*
* [functions]: ,*
* __proto__: { },*
* description: "SyntaxError: Syntax error*
* at ZoneDelegate.prototype.invoke
(http://localhost/rwd/lib/js/vendors/zone.js/dist/zone.js:321:14)*
* at Zone.prototype.run
(http://localhost/rwd/lib/js/vendors/zone.js/dist/zone.js:216:18)*
* at Anonymous function
(http://localhost/rwd/lib/js/vendors/zone.js/dist/zone.js:571:18)*
* Evaluating http://localhost/rwd/lib/spa/components/app.js*
* Error loading http://localhost/rwd/lib/spa/components/app.js",*
* message: "SyntaxError: Syntax error*
* at ZoneDelegate.prototype.invoke
(http://localhost/rwd/lib/js/vendors/zone.js/dist/zone.js:321:14)*
* at Zone.prototype.run
(http://localhost/rwd/lib/js/vendors/zone.js/dist/zone.js:216:18)*
* at Anonymous function
(http://localhost/rwd/lib/js/vendors/zone.js/dist/zone.js:571:18)*
* Evaluating http://localhost/rwd/lib/spa/components/app.js*
* Error loading http://localhost/rwd/lib/spa/components/app.js",*
* name: "Error",*
* originalErr: { },*
* stack: null*
* }*
I already tried by including : es5-shim.js, es6-shim.js, shims_for_IE.js,
but still the same error I am getting. Here I have attached the index page
and the screenshot of the error that I am getting in IE11. Could you please
help me out to resolve this issue?
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.
Title: OnPoint 11