|
3 | 3 | #### The de-facto solution to flexible routing with nested views |
4 | 4 | --- |
5 | 5 | **[Download 0.2.10](http://angular-ui.github.io/ui-router/release/angular-ui-router.js)** (or **[Minified](http://angular-ui.github.io/ui-router/release/angular-ui-router.min.js)**) **|** |
6 | | -**[Learn](#resources) |** |
| 6 | +**[Guide](https://github.com/angular-ui/ui-router/wiki) |** |
7 | 7 | **[API](http://angular-ui.github.io/ui-router/site) |** |
8 | | -**[Discuss](https://groups.google.com/forum/#!categories/angular-ui/router) |** |
9 | | -**[Get Help](http://stackoverflow.com/questions/ask?tags=angularjs,angular-ui-router) |** |
| 8 | +**[Sample](http://angular-ui.github.com/ui-router/sample/) ([Src](https://github.com/angular-ui/ui-router/tree/gh-pages/sample)) |** |
| 9 | +**[FAQ](https://github.com/angular-ui/ui-router/wiki/Frequently-Asked-Questions) |** |
| 10 | +**[Resources](#resources) |** |
10 | 11 | **[Report an Issue](#report-an-issue) |** |
11 | | -**[Contribute](#contribute)** |
| 12 | +**[Contribute](#contribute) |** |
| 13 | +**[Help!](http://stackoverflow.com/questions/ask?tags=angularjs,angular-ui-router) |** |
| 14 | +**[Discuss](https://groups.google.com/forum/#!categories/angular-ui/router)** |
12 | 15 |
|
13 | 16 | --- |
14 | 17 |
|
@@ -222,8 +225,12 @@ myApp.config(function($stateProvider) { |
222 | 225 | * [API Reference](http://angular-ui.github.io/ui-router/site) |
223 | 226 | * [Sample App](http://angular-ui.github.com/ui-router/sample/) ([Source](https://github.com/angular-ui/ui-router/tree/gh-pages/sample)) |
224 | 227 | * [FAQ](https://github.com/angular-ui/ui-router/wiki/Frequently-Asked-Questions) |
225 | | -* [Introduction Video](https://egghead.io/lessons/angularjs-introduction-ui-router) |
226 | 228 | * [Slides comparing ngRoute to ui-router](http://slid.es/timkindberg/ui-router#/) |
| 229 | + |
| 230 | +### Videos |
| 231 | + |
| 232 | +* [Introduction Video](https://egghead.io/lessons/angularjs-introduction-ui-router)(egghead.io) |
| 233 | +* [Tim Kindberg on Angular UI-Router](https://www.youtube.com/watch?v=lBqiZSemrqg) |
227 | 234 |
|
228 | 235 | ## Report an Issue |
229 | 236 |
|
|
0 commit comments