File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -18,20 +18,21 @@ To evolve the concept of an [angularjs](http://angularjs.org/) [***route***](htt
18182 . ** 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.*
You can’t perform that action at this time.
0 commit comments