webcss / angular-indexedDB

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

ShimIndexedDB support #45

Closed Lunatic83 closed 9 years ago

Lunatic83 commented 9 years ago

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;