angular / router

The Angular 1 Component Router
MIT License
665 stars 135 forks source link

The guide is missing necessary shims #410

Open mgol opened 8 years ago

mgol commented 8 years ago

The guide at https://docs.angularjs.org/guide/component-router mentions only the need to load Angular & the router. As we see in https://docs.angularjs.org/api/ngComponentRouter, though, IE needs some shims to make it work. I'd expect the vast majority of Angular 1.x users of the new router to need at least IE 11 support so the guide should provide all necessary steps.

mgol commented 8 years ago

Related: #411, #412.