@ngdoc error @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.