File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Build Status] ( https://travis-ci.org/angular-ui/ui-router.png?branch=master )] ( https://travis-ci.org/angular-ui/ui-router )
2
2
3
+ * Latest release: [ angular-ui-router.min.js] ( http://angular-ui.github.io/ui-router/release/angular-ui-router.min.js ) / [ angular-ui-router.js] ( http://angular-ui.github.io/ui-router/release/angular-ui-router.js )
4
+ * Latest snapshot: [ angular-ui-router.min.js] ( http://angular-ui.github.io/ui-router/build/angular-ui-router.min.js ) / [ angular-ui-router.js] ( http://angular-ui.github.io/ui-router/build/angular-ui-router.js )
5
+
3
6
# UI-Router
4
7
5
8
####Finally a de-facto solution to nested views and routing.
@@ -39,8 +42,6 @@ To evolve the concept of an [angularjs](http://angularjs.org/) [***route***](htt
39
42
* [ FAQ] ( https://github.com/angular-ui/ui-router/wiki/Frequently-Asked-Questions )
40
43
* [ Sample App] ( http://angular-ui.github.com/ui-router/sample/ ) ([ Source] ( https://github.com/angular-ui/ui-router/tree/master/sample ) )
41
44
* [ Generated Docs] ( http://angular-ui.github.com/ui-router/build/doc/ )
42
- * Latest build: [ angular-ui-states.min.js] ( http://angular-ui.github.io/ui-router/release/angular-ui-router.min.js )
43
- (uncompressed [ angular-ui-states.js] ( http://angular-ui.github.io/ui-router/release/angular-ui-router.js ) )
44
45
45
46
## Quick Start
46
47
1 . Get ui-router:
@@ -125,10 +126,10 @@ myapp.config(function($stateProvider, $routeProvider){
125
126
126
127
## Developing
127
128
128
- ** Attention ** : UI-Router uses <code >grunt >= 0.4.x</code > make sure to upgrade your environment and read the
129
+ UI-Router uses <code >grunt >= 0.4.x</code > make sure to upgrade your environment and read the
129
130
[ Migration Guide] ( http://gruntjs.com/upgrading-from-0.3-to-0.4 ) .
130
131
131
- Dependencies for building the solution and running tests:
132
+ Dependencies for building from source and running tests:
132
133
133
134
* [ grunt-cli] ( https://github.com/gruntjs/grunt-cli ) - run: ` $ npm install -g grunt-cli `
134
135
* Then install development dependencies with: ` $ npm install `
You can’t perform that action at this time.
0 commit comments