javascript - Ionic Framework - $ionicLoading: How to display both spinner and label? -


i don't see option display both spinner , label message! docs.

is there simple way or must have myself?

example (it doesn't have of course): http://www.jqueryscript.net/images/jquery-ajax-loading-overlay-with-loading-text-spinner-plugin.jpg

thanks!

you can try this:

$ionicloading.show({   template: '<ion-spinner></ion-spinner> <br/> label' }); 

not tested, think show spinner, maybe no animation.


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -