diff options
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. | 
