Created
April 11, 2016 18:54
-
-
Save clovisdasilvaneto/5b5f558ca722d05b0dda3fee2bd56334 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
imageCDNService.upload(this.files[0]).then(function(data){ | |
$scope.pet.public_id = data.public_id; | |
$scope.pet.image = data.url; | |
$ionicLoading.hide(); | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment