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
4141
4242## Resources
4343
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.
4545
4646* [ In-Depth Overview] ( https://github.com/angular-ui/ui-router/wiki )
4747* [ 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
6767 <script src =" angular-ui-router.min.js" ></script > <!-- Insert after main angular.js file -->
6868```
6969
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.
7171>
7272``` javascript
7373var myapp = angular .module (' myapp' , [' ui.router' ])
You can’t perform that action at this time.
0 commit comments