webcss / angular-indexedDB

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

One instance of db connection #8

Closed krymen closed 10 years ago

krymen commented 10 years ago

Current version has possibility to open two database connections -- if one call dbPromise() simultaneously one after another. I fixed it by storing the promise of db opening request.