diff options
| author | brandonjp | 2013-04-12 20:39:04 -0300 |
|---|---|---|
| committer | Pawel Kozlowski | 2013-04-13 18:24:40 +0200 |
| commit | c746d65857e135c546da84a486f8aa31425a0568 (patch) | |
| tree | 2c473a19a2c554b52d03f8a4efc9b4763361bbcd /src/ng/directive/ngController.js | |
| parent | 0d8a95af6f89462603756c0d6904b18aac224d44 (diff) | |
| download | angular.js-c746d65857e135c546da84a486f8aa31425a0568.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 |
