Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit c746d65

Browse files
brandonjppkozlowski-opensource
authored andcommitted
docs(ngController): fix docs link to api/ng.$route
1 parent 0d8a95a commit c746d65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ng/directive/ngController.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
* * Controller — The `ngController` directive specifies a Controller class; the class has
1616
* methods that typically express the business logic behind the application.
1717
*
18-
* Note that an alternative way to define controllers is via the `{@link ng.$route}`
19-
* service.
18+
* Note that an alternative way to define controllers is via the {@link ng.$route $route} service.
2019
*
2120
* @element ANY
2221
* @scope

0 commit comments

Comments
 (0)