Skip to content

Commit

Permalink
ui-router -> AngularUI Router
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmurdoch committed Oct 15, 2014
1 parent f0a916b commit 202ab93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 202ab93

Please sign in to comment.