Skip to content

Instantly share code, notes, and snippets.

@rubinchyk
Created November 21, 2016 12:09
Show Gist options
  • Save rubinchyk/89287e5f0b6491e12f6275de5a3eb417 to your computer and use it in GitHub Desktop.
Save rubinchyk/89287e5f0b6491e12f6275de5a3eb417 to your computer and use it in GitHub Desktop.
Ionic1: Spinner (loader icon)
// Setup the loader
$ionicLoading.show({
content: 'Loading',
animation: 'fade-in',
showBackdrop: true,
maxWidth: 200,
showDelay: 0
});
//Remove spinner
$ionicLoading.hide();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment