diff --git a/src/js/services/onGoingProcess.js b/src/js/services/onGoingProcess.js index 45eb69f63..48179e6f2 100644 --- a/src/js/services/onGoingProcess.js +++ b/src/js/services/onGoingProcess.js @@ -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 = '' + showName; $ionicLoading.show({ - template: showName, + template: tmpl, }); } } else {