angular-phonegap
angular-phonegap copied to clipboard
Source repository for a collection of AngularJS wrappers for Cordova/PhoneGap API's
This will be much better to use promises in your library. And instead of: ``` javascript function success(fileUrl) { console.log('success: %s', fileUrl); mySuperCoolService(fileUrl).then(...); } function err(reason) { console.log('failed: %s', reason);...
I was thinking the other night that it could be useful to include $rootScope in the service wrappers such that `$scope.apply()` can get called in the in the wrapper. This...
Adds a wrapper for the FileTransfer object, with `upload` and `download` methods that return promises.