angular-indexedDB
angular-indexedDB copied to clipboard
Workaround for IE throwing InvalidAccessError on db open.
Fixes #32
Avoids use of Math.max with a single argument, as the result in IE/Edge is not sufficiently numeric when passed to indexedDB.open.
All automated tests pass. Also tested manually with Chrome and MS Spartan.