aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
authorPeter Bacon Darwin2014-02-14 11:44:41 +0000
committerPeter Bacon Darwin2014-02-16 19:03:43 +0000
commit8849d70af89bccb1a327ffee43867175d84b1c15 (patch)
tree1d8b2133159176205f588dd97831f36323bca74d /docs/content
parent102f9865553bb3a41c5a74a5392893c5b5400d66 (diff)
downloadangular.js-8849d70af89bccb1a327ffee43867175d84b1c15.tar.bz2
docs(api/index): fix ambiguous ngClick link
ngClick appears in more than one module so we must make it explicit.
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/api/index.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/api/index.ngdoc b/docs/content/api/index.ngdoc
index 4e2e03fe..7b30f2fb 100644
--- a/docs/content/api/index.ngdoc
+++ b/docs/content/api/index.ngdoc
@@ -32,7 +32,7 @@ This module is provided by default and contains the core components of AngularJS
<p>
Some examples include:
- {@link directive:ngClick ngClick},
+ {@link ng.directive:ngClick ngClick},
{@link directive:ngInclude ngInclude},
{@link directive:ngRepeat ngRepeat},
etc… <br />