diff options
Diffstat (limited to 'src')
| -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 |
