File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
# UI-Router for Angular   ; [ ![ Build Status] ( https://travis-ci.org/ui-router/angular.svg?branch=master )] ( https://travis-ci.org/ui-router/angular )
2
2
3
- [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/ui-router/angular.svg )] ( https://greenkeeper.io/ )
4
-
5
3
### @uirouter/angular : State based routing for Angular (v2+)
6
4
7
5
---
6
+
8
7
** [ Tutorials] ( https://ui-router.github.io/tutorials/ ) ** |
9
8
** [ API Docs] ( https://ui-router.github.io/ng2/docs/latest/ ) ** |
10
9
** [ Guides] ( https://ui-router.github.io/guide ) ** |
16
15
---
17
16
18
17
@uirouter/angular is a client-side [ Single Page Application] ( https://en.wikipedia.org/wiki/Single-page_application )
19
- routing framework for [ Angular] ( http://angular.io ) .
20
-
21
- Routing frameworks for SPAs update the browser's URL as the user navigates through the app. Conversely, this allows
22
- changes to the browser's URL to drive navigation through the app, thus allowing the user to create a bookmark to a
18
+ routing framework for [ Angular] ( http://angular.io ) .
19
+
20
+ Routing frameworks for SPAs update the browser's URL as the user navigates through the app. Conversely, this allows
21
+ changes to the browser's URL to drive navigation through the app, thus allowing the user to create a bookmark to a
23
22
location deep within the SPA.
24
23
25
- UI-Router applications are modeled as a hierarchical tree of states. UI-Router provides a
26
- [ * state machine * ] ( https://en.wikipedia.org/wiki/Finite-state_machine ) to manage the transitions between those
27
- application states in a transaction-like manner.
24
+ UI-Router applications are modeled as a hierarchical tree of states. UI-Router provides a
25
+ [ _ state machine _ ] ( https://en.wikipedia.org/wiki/Finite-state_machine ) to manage the transitions between those
26
+ application states in a transaction-like manner.
28
27
29
28
## Get Started
30
29
You can’t perform that action at this time.
0 commit comments