File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 15
15
AngularUI Router is a routing framework for [ AngularJS] ( http://angularjs.org ) , which allows you to organize the
16
16
parts of your interface into a [ * state machine* ] ( https://en.wikipedia.org/wiki/Finite-state_machine ) . Unlike the
17
17
[ ` $route ` service] ( http://docs.angularjs.org/api/ngRoute.$route ) in Angular core, which is organized around URL
18
- routes, UI-Router is organized around [ * states* ] ( https://github.com/angular-ui/ui-router/blob/master/sample/states.js#L28-L269 ) ,
18
+ routes, UI-Router is organized around [ * states* ] ( https://github.com/angular-ui/ui-router/wiki ) ,
19
19
which may optionally have routes, as well as other behavior, attached.
20
20
21
21
States are bound to * named* , * nested* and * parallel views* , allowing you to powerfully manage your application's interface.
You can’t perform that action at this time.
0 commit comments