webcss / angular-indexedDB

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

Add getAllKeys and flush() #33

Closed bramski closed 7 years ago

bramski commented 10 years ago

getAllKeys() => Wrapper for getAllKeys from the API.

flush() => provides ability for testing to flush and wait on the DB transactions for completion much similar to the way that you may do $httpBackend.flush().