From 202ab939590e60535559fa5ee1891f4549db38bf Mon Sep 17 00:00:00 2001 From: Max Murdoch Date: Wed, 15 Oct 2014 09:55:54 +0100 Subject: [PATCH] ui-router -> AngularUI Router --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1fda44..fc56018 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The principles we use to guide low-level decision making are: - _Why_: lodash is a utility library we use throughout our application. Our use of `_.extend` could be replaced by Angular’s built in method `angular.extend`. -4. [ui-router](https://github.com/angular-ui/ui-router/wiki) +4. [AngularUI Router](https://github.com/angular-ui/ui-router/wiki) - _Why_: ui-router replaces Angular’s ngRoute module, and is built around states instead of URL routes, enabling nested views. Our use of `$stateProvider` could be replaced by `$routeProvider`.