diff options
| author | Peter Bacon Darwin | 2014-02-14 11:44:41 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:43 +0000 | 
| commit | 8849d70af89bccb1a327ffee43867175d84b1c15 (patch) | |
| tree | 1d8b2133159176205f588dd97831f36323bca74d /docs | |
| parent | 102f9865553bb3a41c5a74a5392893c5b5400d66 (diff) | |
| download | angular.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')
| -rw-r--r-- | docs/content/api/index.ngdoc | 2 | 
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 /> | 
