mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-28 12:10:22 +00:00
docs(ngController): fix docs link to api/ng.$route
This commit is contained in:
parent
eece726651
commit
93891ad2e9
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