mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-25 18:50:26 +00:00
docs(ngController): fix docs link to api/ng.$route
This commit is contained in:
parent
0d8a95af6f
commit
c746d65857
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue