You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems I have to re enter the template whenever I want show loading indicator. But simply I only need to show simple rotating icon like .ion-loading-d. I think there must be an option to set default template for every loading indicator. For now I resolve the issue with creating a wrapper service like myLoading to pass default template to $ionicLoading.show()
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
It seems I have to re enter the template whenever I want show loading indicator. But simply I only need to show simple rotating icon like
.ion-loading-d
. I think there must be an option to set default template for every loading indicator. For now I resolve the issue with creating a wrapper service like myLoading to pass default template to$ionicLoading.show()
The text was updated successfully, but these errors were encountered: