angular-indexedDB
angular-indexedDB copied to clipboard
An angularjs serviceprovider to utilize indexedDB with angular
I have an object. var _data = { teacher : { name : "Mack", subject : "Maths" }, Student : [{ stud_name : "Alex", stud_id : 1 },{ stud_name :...
This code is not working on angular 1.5v, no debug mode ?, no error log ? ``` $indexedDBProvider.connection('localDatabasex');.upgradeDatabase(1, function (event, db, tx) { console.log(db); //Create Objects -- CityMaster var objStore...
I tried many-many variants, but finally works only one connection with only one collection.
Hey. Great job... it works fine thanks a lot. But using Bower, why we can't add such a line "angular-indexDB": "=X.y.zz" into bower.json compared to other libs like : "angular":...
I know this project has been taken over by @bramski (https://github.com/bramski/angular-indexedDB), but GitHub won't let me post an issue on that fork, so I'm posting it here instead. Currently, the...
Our company is making heavy usage of indexed DB in angular. Can I/we take over this project from you? I can personally become point developer here and move the project...
Hi Could you provide an online demo please? When I tried it by myself, nothing get inserted and then() is never called and of course I aint got any log...
I believe "each" has some bugs 1. I get errors like "object is not a function" because of line 449 callback(e.target.result); 2. No results because of line 446 if(!e.target.result){ Maybe...
As per [this](https://bugzilla.mozilla.org/show_bug.cgi?id=891944) Mozilla bug, PREV, NEXT, PREVUNIQUE and NEXTUNIQUE are deprecated. This can cause issues in Google Chrome due to the way Chrome implements the IndexedDB specification: > Be...