jadrake75/ng-scrolling-table

Handle collections in ng-repeat with no spaces

Closed this issue · 0 comments

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"