aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/ngController.js
diff options
context:
space:
mode:
authorbrandonjp2013-04-12 20:39:04 -0300
committerPawel Kozlowski2013-04-13 18:24:40 +0200
commitc746d65857e135c546da84a486f8aa31425a0568 (patch)
tree2c473a19a2c554b52d03f8a4efc9b4763361bbcd /src/ng/directive/ngController.js
parent0d8a95af6f89462603756c0d6904b18aac224d44 (diff)
downloadangular.js-c746d65857e135c546da84a486f8aa31425a0568.tar.bz2
docs(ngController): fix docs link to api/ng.$route
Diffstat (limited to 'src/ng/directive/ngController.js')
-rw-r--r--src/ng/directive/ngController.js3
1 files changed, 1 insertions, 2 deletions
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