Skip to content

Commit fdf8105

Browse files
committed
Changes to top menu and resources
Originally refactored first menu to add FAQ, then got carried away Added video section to resources
1 parent 09413a0 commit fdf8105

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
#### The de-facto solution to flexible routing with nested views
44
---
55
**[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) |**
77
**[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) |**
1011
**[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)**
1215

1316
---
1417

@@ -222,8 +225,12 @@ myApp.config(function($stateProvider) {
222225
* [API Reference](http://angular-ui.github.io/ui-router/site)
223226
* [Sample App](http://angular-ui.github.com/ui-router/sample/) ([Source](https://github.com/angular-ui/ui-router/tree/gh-pages/sample))
224227
* [FAQ](https://github.com/angular-ui/ui-router/wiki/Frequently-Asked-Questions)
225-
* [Introduction Video](https://egghead.io/lessons/angularjs-introduction-ui-router)
226228
* [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)
227234

228235
## Report an Issue
229236

0 commit comments

Comments
 (0)