angular-phonegap icon indicating copy to clipboard operation
angular-phonegap copied to clipboard

Source repository for a collection of AngularJS wrappers for Cordova/PhoneGap API's

Results 3 angular-phonegap issues
Sort by recently updated
recently updated
newest added

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...

to investigate

Adds a wrapper for the FileTransfer object, with `upload` and `download` methods that return promises.