From 89743884b3071363be854d71a6991a45ecd8e868 Mon Sep 17 00:00:00 2001 From: Edward Brey Date: Wed, 21 May 2014 10:52:13 -0500 Subject: [PATCH] Update location of ngRoute ngRoute was removed from core and moved to its own module --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcecc7651..4b760cc78 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ AngularUI Router is a routing framework for [AngularJS](http://angularjs.org), which allows you to organize the parts of your interface into a [*state machine*](https://en.wikipedia.org/wiki/Finite-state_machine). Unlike the -[`$route` service](http://docs.angularjs.org/api/ngRoute.$route) in Angular core, which is organized around URL +[`$route` service](http://docs.angularjs.org/api/ngRoute.$route) in the Angular ngRoute module, which is organized around URL routes, UI-Router is organized around [*states*](https://github.com/angular-ui/ui-router/wiki), which may optionally have routes, as well as other behavior, attached.