add spinner to ongoing notifications
This commit is contained in:
parent
8708958f98
commit
f98ebe5bd9
1 changed files with 3 additions and 1 deletions
|
|
@ -54,8 +54,10 @@ angular.module('copayApp.services').factory('ongoingProcess', function($log, $ti
|
|||
if (isCordova) {
|
||||
window.plugins.spinnerDialog.show(null, showName, true);
|
||||
} else {
|
||||
|
||||
var tmpl = '<ion-spinner class="spinner-stable" icon="lines"></ion-spinner>' + showName;
|
||||
$ionicLoading.show({
|
||||
template: showName,
|
||||
template: tmpl,
|
||||
});
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue