Skip to content

Commit

Permalink
fix(ionLoadingConfig): fix default loading template
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Feb 17, 2015
1 parent 9d74336 commit 9749bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular/service/loading.js
Expand Up @@ -54,7 +54,7 @@ var LOADING_SET_DEPRECATED = '$ionicLoading instance.setContent() has been depre
*/
IonicModule
.constant('$ionicLoadingConfig', {
template: '<i class="icon ion-loading-d"></i>'
template: '<ion-spinner></ion-spinner>'
})
.factory('$ionicLoading', [
'$ionicLoadingConfig',
Expand Down

0 comments on commit 9749bb9

Please sign in to comment.