Skip to content

Commit bd08b0b

Browse files
committed
Moving resources section below all code sections.
1 parent cdb70e6 commit bd08b0b

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,6 @@ myApp.config(function($stateProvider, $urlRouterProvider) {
155155
>**[Dive Deeper!](https://github.com/angular-ui/ui-router/wiki)**
156156
157157

158-
## Resources
159-
160-
* [In-Depth Overview](https://github.com/angular-ui/ui-router/wiki)
161-
* [API Quick Reference](https://github.com/angular-ui/ui-router/wiki/Quick-Reference)
162-
* [Sample App](http://angular-ui.github.com/ui-router/sample/) ([Source](https://github.com/angular-ui/ui-router/tree/master/sample))
163-
* [FAQ](https://github.com/angular-ui/ui-router/wiki/Frequently-Asked-Questions)
164-
165-
166158
### Multiple & Named Views
167159

168160
Another great feature is the ability to have multiple `<ui-view />`s view per template.
@@ -229,6 +221,15 @@ myapp.config(function($stateProvider, $routeProvider){
229221
**(4)** See this quick start example in action.
230222
>**[Go to Quick Start Plunker for Multiple & Named Views](http://plnkr.co/edit/SDOcGS?p=preview)**
231223
224+
225+
## Resources
226+
227+
* [In-Depth Overview](https://github.com/angular-ui/ui-router/wiki)
228+
* [API Quick Reference](https://github.com/angular-ui/ui-router/wiki/Quick-Reference)
229+
* [Sample App](http://angular-ui.github.com/ui-router/sample/) ([Source](https://github.com/angular-ui/ui-router/tree/master/sample))
230+
* [FAQ](https://github.com/angular-ui/ui-router/wiki/Frequently-Asked-Questions)
231+
232+
232233
## Report an Issue
233234

234235
Help us make UI-Router better! If you think you might have found a bug, or some other weirdness, start by making sure

0 commit comments

Comments
 (0)