angular-vs-repeat
angular-vs-repeat copied to clipboard
Request for object type support in ng-repeat
Can you develop and support for object type collection. I really need that.
Thanks in advance.
+1
I have error:
TypeError: Cannot read property '1' of nullwhile iterating over
(id, a) in b
Error is in this
expressionMatches = /^\s*(\S+)\s+in\s+([\S\s]+?)(track\s+by\s+\S+)?$/.exec(ngRepeatExpression);line
Just change the expression to expressionMatches = /^\s_(\S+._)\s+in\s+([\S\s]+?)(track\s+by\s+\S+)?$/.exec(ngRepeatExpression);