dotJEM / angular-routing

Enhanced state based routing for Angular applications!
https://dotjem.github.io/angular-routing/
MIT License
75 stars 9 forks source link

doc: $routeProvider #25

Closed jeme closed 11 years ago

jeme commented 11 years ago

17

jeme commented 11 years ago

After angular has moved their core routing to a separate optional module. $routeProvider as is will be "deprecated" as is now over time, giving us more freedom to implement $state in a more integrated way.

The $routeProvider will most likely remain, but be different, so documentation of it as is are not currently important.

(Keep in mind that there is the Wiki documentation for now, that is sufficient)