sckoh
sckoh
https://github.com/a8m/angular-filter/issues/177
``` it('should allow groupBy multiple key', function() { var arrays = [ { key1: 1, key2: 1, data: {} }, { key1: 1, key2: 1, data: {} }, { key1:...
How can I have multiple root for prefix? For example: /User/packman/Projects/packman/ ├─ app/tmpls/field.html └─ components/tmpls/yellow.html loader: "ng-cache?prefix=app and components:**" //can have // => ng-include="'tmpls/field.html'" //or // => ng-include="'tmpls/yellow.html'"
toolbar is blocking the bottom of website content
It should scroll to selected value if there are selected value. Eg: selection of year, if the options is from year 1900 to 2100, user would need to scroll to...