Skip to content

Commit 8974388

Browse files
committed
Update location of ngRoute
ngRoute was removed from core and moved to its own module
1 parent dd25c4a commit 8974388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
AngularUI Router is a routing framework for [AngularJS](http://angularjs.org), which allows you to organize the
1919
parts of your interface into a [*state machine*](https://en.wikipedia.org/wiki/Finite-state_machine). Unlike the
20-
[`$route` service](http://docs.angularjs.org/api/ngRoute.$route) in Angular core, which is organized around URL
20+
[`$route` service](http://docs.angularjs.org/api/ngRoute.$route) in the Angular ngRoute module, which is organized around URL
2121
routes, UI-Router is organized around [*states*](https://github.com/angular-ui/ui-router/wiki),
2222
which may optionally have routes, as well as other behavior, attached.
2323

0 commit comments

Comments
 (0)