File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ To evolve the concept of an [angularjs](http://angularjs.org/) [***route***](htt
41
41
42
42
## Resources
43
43
44
- ** Note:** Guide and API Ref are pre-updated for v0.0.2 release.
44
+ ** Note:** Quick Starts, Guide and API Ref are pre-updated for v0.0.2 release.
45
45
46
46
* [ In-Depth Overview] ( https://github.com/angular-ui/ui-router/wiki )
47
47
* [ API Quick Reference] ( https://github.com/angular-ui/ui-router/wiki/Quick-Reference )
@@ -67,7 +67,7 @@ To evolve the concept of an [angularjs](http://angularjs.org/) [***route***](htt
67
67
<script src =" angular-ui-router.min.js" ></script > <!-- Insert after main angular.js file -->
68
68
```
69
69
70
- 2 . Set ` ui.router ` as a dependency in your module
70
+ 2 . Set ` ui.router ` as a dependency in your module. Note: Use ` ui.state ` if using v0.0.1.
71
71
>
72
72
``` javascript
73
73
var myapp = angular .module (' myapp' , [' ui.router' ])
You can’t perform that action at this time.
0 commit comments