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
18
18
2 . ** More Powerful Views**
19
19
> ` ui-view ` directive (used in place of ` ng-view ` )
20
20
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**
22
28
> ` <div ui-view="chart"> `
23
29
24
- 4 . ** Multiple Parallel Views**
30
+ 6 . ** Multiple Parallel Views**
25
31
>
26
32
```
27
33
<div ui-view="chart1">
28
34
<div ui-view="chart2">
29
35
```
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)
35
36
36
37
37
38
* Basically, do whatever you want with states and routes.*
You can’t perform that action at this time.
0 commit comments