diff options
| author | Peter Bacon Darwin | 2014-02-12 22:47:42 +0000 |
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:41 +0000 |
| commit | a564160511bf1bbed5a4fe5d2981fae1bb664eca (patch) | |
| tree | 16fe76a5c8a4e75c50db5f15224f1b954060cd38 /docs/content/error/ngRepeat/iidexp.ngdoc | |
| parent | 06f2ba899fac8ad004bf65dce39a3b05e2387c0f (diff) | |
| download | angular.js-a564160511bf1bbed5a4fe5d2981fae1bb664eca.tar.bz2 | |
docs(bike-shed-migration): fix url-based links refs to AUTO module
Diffstat (limited to 'docs/content/error/ngRepeat/iidexp.ngdoc')
| -rw-r--r-- | docs/content/error/ngRepeat/iidexp.ngdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/error/ngRepeat/iidexp.ngdoc b/docs/content/error/ngRepeat/iidexp.ngdoc index 8d9309e2..641f723d 100644 --- a/docs/content/error/ngRepeat/iidexp.ngdoc +++ b/docs/content/error/ngRepeat/iidexp.ngdoc @@ -3,7 +3,7 @@ @fullName Invalid Identifier @description -Occurs when there is an error in the identifier part of {@link api/ng.directive:ngRepeat ngRepeat}'s expression. +Occurs when there is an error in the identifier part of {@link ng.directive:ngRepeat ngRepeat}'s expression. To resolve, use either a valid identifier or a tuple (_key_, _value_) where both _key_ and _value_ are valid identifiers. @@ -22,4 +22,4 @@ Examples of *valid* syntax: <div ng-repeat="(id, user) in userMap"></div> ``` -Please consult the api documentation of {@link api/ng.directive:ngRepeat ngRepeat} to learn more about valid syntax. +Please consult the api documentation of {@link ng.directive:ngRepeat ngRepeat} to learn more about valid syntax. |
