-
Notifications
You must be signed in to change notification settings - Fork 49
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
Is the DbQ object really necessary? Why not just use $q #39
Comments
Artifact from the original developer. It's probably unnecessary for
|
Please also write a test to ensure that deleteDatabase in the end does do as expected. |
I found the
deleteDatabase
method wasn't deleting my database correctly; it was clearing the stores I had contained within it but not deleting the database itself. The approach used is a little puzzling - why does this service make use of aDbQ
wrapper, and why this functionality is needed over the$q
service that comes with angular? Maybe I'm missing something...original (not working as expected)
modified (working)
Is it just outdated? I can submit a pull request if you'd like.
The text was updated successfully, but these errors were encountered: