webcss / angular-indexedDB

An angularjs serviceprovider to utilize indexedDB with angular
149 stars 99 forks source link

QueryBuilder direction #28

Open JariInc opened 10 years ago

JariInc commented 10 years ago

Currently QueryBuilder has $asc() and $desc() which set the query order (cursor transversal direction) but there is no inteface to set the direction (results order).