From 446ee4ea1949aa220c3ceeeab4a9c91b9ccea034 Mon Sep 17 00:00:00 2001 From: James deBoer Date: Thu, 1 Aug 2013 17:35:38 -0700 Subject: docs(minerr): Adds a description for ngRepeat.iidexp Closes #3441 --- docs/content/error/ngRepeat/iidexp.ngdoc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/content/error/ngRepeat/iidexp.ngdoc b/docs/content/error/ngRepeat/iidexp.ngdoc index f9aa7c50..8d9309e2 100644 --- a/docs/content/error/ngRepeat/iidexp.ngdoc +++ b/docs/content/error/ngRepeat/iidexp.ngdoc @@ -2,3 +2,24 @@ @name ngRepeat:iidexp @fullName Invalid Identifier @description + +Occurs when there is an error in the identifier part of {@link api/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. + +Examples of *invalid* syntax: + +``` +
+
+
+``` + +Examples of *valid* syntax: + +``` +
+
+``` + +Please consult the api documentation of {@link api/ng.directive:ngRepeat ngRepeat} to learn more about valid syntax. -- cgit v1.2.3