Skip to content

Commit d842dfc

Browse files
committed
Merge pull request angular-ui#1088 from breyed/patch-1
Update location of ngRoute
2 parents dd25c4a + 8974388 commit d842dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)