PourOver wrapper for Angular.js with super-quick filtering and sorting.
Stars
26
Forks
7
Watchers
26
Open Issues
1
Overall repository health assessment
^1.3.3^4.1.2^0.4.4^0.1.13^0.8.0^0.5.0^0.6.5^0.10.0^0.4.1Added the ability to pass something falsey as values to addFiler and have it use the attr set in opts.attr to fetch possibilities for the filter. Added test that values can be falsey and work as expected, added test that two filters using the same attribute can be used.
9e9125bView on GitHubAdded option to pass opts through to PourOver's makeFilter() functions, this lets you use a different filter name from the attribute being filtered.
bb81a47View on GitHubAdded _totalViewItems based on current query to the poCollectionFilter, this is useful for working out the total page count (specific use case: angular ui-bootstrap)
c32fd83View on GitHub