From c746d65857e135c546da84a486f8aa31425a0568 Mon Sep 17 00:00:00 2001 From: brandonjp Date: Fri, 12 Apr 2013 20:39:04 -0300 Subject: docs(ngController): fix docs link to api/ng.$route --- src/ng/directive/ngController.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3