Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add shimIndexedDB compatibility. issue #31 #58

Merged
merged 1 commit into from
Mar 24, 2016

Conversation

wibimaster
Copy link

Relative to #33

Build and tests are OK.
Tested on a real device IPhone 4S with iOS 8.3

@@ -8,7 +8,7 @@
'use strict'

angular.module('indexedDB', []).provider '$indexedDB', ->
indexedDB = window.indexedDB || window.mozIndexedDB || window.webkitIndexedDB || window.msIndexedDB
indexedDB = window.indexedDB || window.mozIndexedDB || window.webkitIndexedDB || window.msIndexedDB || window.shimIndexedDB
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line exceeds maximum allowed length

@wibimaster wibimaster mentioned this pull request Mar 24, 2016
@bramski
Copy link
Owner

bramski commented Mar 24, 2016

Great.

@bramski bramski merged commit 96ed26b into bramski:master Mar 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants