Skip to content

Commit

Permalink
Merge pull request emberjs#168 from aliaksandrb/master
Browse files Browse the repository at this point in the history
Fix for broken link
  • Loading branch information
trek committed Apr 2, 2015
2 parents 2f406e6 + d894af8 commit 7f7610b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/routing/setting-up-a-controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default Ember.Route.extend({
```

As a second argument, it receives the route handler's model. For more
information, see [Specifying a Route's Model][../specifying-a-routes-model/].
information, see [Specifying a Route's Model](../specifying-a-routes-model/).

The default `setupController` hook sets the `model` property of the
associated controller to the route handler's model.
Expand Down

0 comments on commit 7f7610b

Please sign in to comment.