forked from webcss/angular-indexedDB
-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
Description
Hi Bramski
I'm using your angularjs indexeddb module for iOS support I had to fix putting the following code into
angular-indexed-db.js on line 15
indexedDB = window.indexedDB || window.mozIndexedDB || window.webkitIndexedDB || window.msIndexedDB || window.shimIndexedDB;
Do you think it could be possible to update your module with this fix, it will help me a lot in managing your library.
Thanks
Gaspare