You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To evolve the concept of an [angularjs](http://angularjs.org/)[***route***](http://docs.angularjs.org/api/ng.$routeProvider) into a more general concept of a ***state*** for managing complex application UI states.
@@ -47,7 +47,7 @@ To evolve the concept of an [angularjs](http://angularjs.org/) [***route***](htt
47
47
1. Get ui-router:
48
48
>* with bower: `bower install angular-ui-router`
49
49
>* fork this repo
50
-
>* download the latest build ([compressed](http://angular-ui.github.io/ui-router/release/angular-ui-router.min.js) | [uncompressed](http://angular-ui.github.io/ui-router/release/angular-ui-router.js))
50
+
>* download the latest release ([compressed](http://angular-ui.github.io/ui-router/release/angular-ui-router.min.js) | [uncompressed](http://angular-ui.github.io/ui-router/release/angular-ui-router.js))
51
51
52
52
1. Add angular-ui-router.min.js to your index.html
0 commit comments