If my ngRepeat value is this:

(aaa, bbb) in xxx
>

Everything parses correctly.

However, if my ngRepeat value is this (one space before "aaa"):
 

> ( aaa, bbb) in xxx


I get this:

> Error: [ngRepeat:iidexp] '_item_' in '_item_ in _collection_' should be an 
> identifier or '(_key_, _value_)' expression, but got '( aaa, bbb)'.
>
>  

 
Before I file an issue, is there any reason to expect that this behavior is 
valid?

I'm planning to write some code that parses part of this string, and I want 
to be certain what is valid.

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to