bramski / angular-indexedDB

An angularjs serviceprovider to utilize indexedDB with angular
165 stars 49 forks source link

Fix database error undefined on Chrome and count returns IDBRequest instead of result #1

Closed corburn closed 10 years ago

bramski commented 10 years ago

I'm going to be adding testing to this fairly soon. If you want to write some tests for this I will appreciate it, but I won't hold your PR on it.

bramski commented 10 years ago

Thanks for bringing this to my attention @corburn I've fully rewritten the provider and handled this problem much more gracefully. Count is now handled properly. Cheers.

corburn commented 10 years ago

I look forward to learning from your implementation.