Skip to content

Instantly share code, notes, and snippets.

@clovisdasilvaneto
Created April 11, 2016 18:54
Show Gist options
  • Save clovisdasilvaneto/5b5f558ca722d05b0dda3fee2bd56334 to your computer and use it in GitHub Desktop.
Save clovisdasilvaneto/5b5f558ca722d05b0dda3fee2bd56334 to your computer and use it in GitHub Desktop.
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