Spinner while data is loading

Hi, i need to use a spinner in modal login to load data from http request. How can i do this?
Thanks in advance

Use $ionicLoading/ either on demand from your controller or service or do it on all requests by using an $http intecerceptor.

1 Like