Replaced actual gif loading for css3 animation used on signing process.
This commit is contained in:
parent
7f79f3e511
commit
afceeffd03
3 changed files with 6 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ angular.module('copay.directives')
|
|||
var text = attr.loading;
|
||||
scope.$watch('loading', function(val) {
|
||||
if (val) {
|
||||
element.html('<img src="img/loading.gif"> ' + text + '...');
|
||||
element.html('<i class="size-21 fi-bitcoin-circle icon-rotate spinner"></i> ' + text + '...');
|
||||
} else {
|
||||
element.html(a);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue