Customizing Loader

Is it possible to customize the loader that $ionicLoading provides? It’s currently black with a gray overlay. I’d like to make it like the one on this site.

The loading indicator consists of a few elements with these classes:

.loading-backdrop , ..loading , and some .ion-loading-XXXX . So you can just modify these using whatever custom CSS you like.

As best I can tell from the code, there is no way to modify them via the service though.

2 Likes