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 1515AngularUI Router is a routing framework for [ AngularJS] ( http://angularjs.org ) , which allows you to organize the
1616parts of your interface into a [ * state machine* ] ( https://en.wikipedia.org/wiki/Finite-state_machine ) . Unlike the
1717[ ` $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 ) ,
1919which may optionally have routes, as well as other behavior, attached.
2020
2121States 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