Closed vikassaklecha closed 8 years ago
When you are uploading/downloading a file, callbacks were not getting triggered.
the angular part of cordovaHTTP.js returns a promise, so you don't need to pass in callback functions.
When you are uploading/downloading a file, callbacks were not getting triggered.