angular / router

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

Shims for IE are not just for IE, are they? #411

Open mgol opened 8 years ago

mgol commented 8 years ago

The shims section at https://docs.angularjs.org/api/ngComponentRouter mentions that they're only needed for IE. However, in reality all non-ES6 browsers need them; this will include also Android <5.0 & iOS <8 users as well as Windows Mobile<10 ones.

mgol commented 8 years ago

Related: #410, #412.