docs(ngController): fix docs link to api/ng.$route

This commit is contained in:
brandonjp 2013-04-12 20:39:04 -03:00 committed by Pawel Kozlowski
parent 0d8a95af6f
commit c746d65857

View file

@ -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