Skip to content

Commit 9e2cd3c

Browse files
committed
Reordered Features to de-emphasize multiple views and named views
1 parent 2ce9921 commit 9e2cd3c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,21 @@ To evolve the concept of an [angularjs](http://angularjs.org/) [***route***](htt
1818
2. **More Powerful Views**
1919
>`ui-view` directive (used in place of `ng-view`)
2020
21-
3. **Named Views**
21+
3. **Nested Views**
22+
>load templates that contain nested `ui-view`s as deep as you'd like.
23+
24+
4. **Routing**
25+
>States can map to URLs (though it's not required)
26+
27+
5. **Named Views**
2228
>`<div ui-view="chart">`
2329
24-
4. **Multiple Parallel Views**
30+
6. **Multiple Parallel Views**
2531
>
2632
```
2733
<div ui-view="chart1">
2834
<div ui-view="chart2">
2935
```
30-
5. **Nested Views**
31-
>load templates that contain nested `ui-view`s as deep as you'd like.
32-
33-
6. **Routing**
34-
>States can map to URLs (though it's not required)
3536

3637

3738
*Basically, do whatever you want with states and routes.*

0 commit comments

Comments
 (0)