jadrake75 / ng-scrolling-table

MIT License
8 stars 2 forks source link

Handle collections in ng-repeat with no spaces #66

Closed jadrake75 closed 10 years ago

jadrake75 commented 10 years ago

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"