[AngularJS] Re: Clear Documentation for angular2 for plain javascript / es5

2016-08-02 Thread Venkata Chakradhar
Got a news item that Support for ES5 with the new router has been fixed and will go out with the next release. On Monday, July 25, 2016 at 7:01:09 PM UTC+5:30, Venkata Chakradhar wrote: > > Angular2 for plain javascript / es5 has been difficult for users to > understand routing and navigation

[AngularJS] Re: Clear Documentation for angular2 for plain javascript / es5

2016-07-26 Thread Michael Yara
Having the exact same problem (same exception) with plain JavaScript and router 3.0.0-beta.1. Venkata: any luck finding a solution? On Monday, July 25, 2016 at 7:31:09 AM UTC-6, Venkata Chakradhar wrote: > > Angular2 for plain javascript / es5 has been difficult for users to > understand

Re: [AngularJS] Re: Clear Documentation for angular2 for plain javascript / es5

2016-07-26 Thread 'Lucas Lacroix' via AngularJS
The core-js library should provide all the polyfills you need. I would suggest creating a plunkr to reproduce the issue. Otherwise, there is nothing else to go on here. I don't write Javascript anymore. Typescript (or any other transpiler) has far too many benefits to write vanilla JS, IMO.

[AngularJS] Re: Clear Documentation for angular2 for plain javascript / es5

2016-07-26 Thread Venkata Chakradhar
Following is the order of scripts I load Since I use plain javascript and shim.js

Re: [AngularJS] Re: Clear Documentation for angular2 for plain javascript / es5

2016-07-26 Thread 'Lucas Lacroix' via AngularJS
It sounds like you're missing a polyfill or library. What scripts are you pulling in? On Tue, Jul 26, 2016 at 2:08 AM, Venkata Chakradhar < venkatachakrad...@gmail.com> wrote: > > I loaded this file > "~/.bin/node_modules/@angular/router/bundles/router.umd.js", which covers > routing and

[AngularJS] Re: Clear Documentation for angular2 for plain javascript / es5

2016-07-26 Thread Venkata Chakradhar
I loaded this file "~/.bin/node_modules/@angular/router/bundles/router.umd.js", which covers routing and navigation parts, referenced files before I use them and every thing is okay. But I get those unsolvable errors. Typescript code is working fine but I need routing and navigation in plain