diff options
| author | brandonjp | 2013-04-12 20:39:04 -0300 |
|---|---|---|
| committer | Pawel Kozlowski | 2013-04-13 18:26:07 +0200 |
| commit | 93891ad2e9fdc9564928698e5430a7110e94c13c (patch) | |
| tree | 51b7812d397e3923dfc61ed0a9f75b71e9533f50 /src/ng/directive/ngController.js | |
| parent | eece7266512a0906e1e2814acd5be7f909f0eea9 (diff) | |
| download | angular.js-93891ad2e9fdc9564928698e5430a7110e94c13c.tar.bz2 | |
docs(ngController): fix docs link to api/ng.$route
Diffstat (limited to 'src/ng/directive/ngController.js')
| -rw-r--r-- | src/ng/directive/ngController.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ng/directive/ngController.js b/src/ng/directive/ngController.js index b6619d31..438a0d87 100644 --- a/src/ng/directive/ngController.js +++ b/src/ng/directive/ngController.js @@ -15,8 +15,7 @@ * * Controller — The `ngController` directive specifies a Controller class; the class has * methods that typically express the business logic behind the application. * - * Note that an alternative way to define controllers is via the `{@link ng.$route}` - * service. + * Note that an alternative way to define controllers is via the {@link ng.$route $route} service. * * @element ANY * @scope |
