Skip to content

Commit

Permalink
Linked example titles to plunkrs
Browse files Browse the repository at this point in the history
  • Loading branch information
timkindberg committed Jul 16, 2014
1 parent d356837 commit e07a794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ When you're done, your setup should look similar to the following:
</html>
```

### Nested States & Views
### [Nested States & Views](http://plnkr.co/edit/u18KQc?p=preview)

The majority of UI-Router's power is in its ability to nest states & views.

Expand Down Expand Up @@ -165,7 +165,7 @@ myApp.config(function($stateProvider, $urlRouterProvider) {
>**[Dive Deeper!](https://github.com/angular-ui/ui-router/wiki)**

### Multiple & Named Views
### [Multiple & Named Views](http://plnkr.co/edit/SDOcGS?p=preview)

Another great feature is the ability to have multiple `ui-view`s view per template.

Expand Down

0 comments on commit e07a794

Please sign in to comment.