Handle collections in ng-repeat with no spaces
Closed this issue · 0 comments
jadrake75 commented
If there is a statement like
ng-repeat="c in data| filter:filterText"
The "|" after the data breaks the code. It should look for a space, | or even : between the "in"