You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.
The SQLitePlugin transaction function expects an error callback as second parameter:
But ng-cordova calls it without passing an error callback:
Whenever the transaction fails it throws a nasty "TypeError: undefined is not a function" since error callback is undefined.
I'm working on a fix and will make a PR soon.
The text was updated successfully, but these errors were encountered: