split css with hover in a separate file. Common file for loading action. New grunt mobile
This commit is contained in:
parent
2d5b5318b8
commit
d2c4172686
15 changed files with 273 additions and 333 deletions
|
|
@ -152,7 +152,7 @@ angular.module('copayApp.controllers').controller('HistoryController',
|
|||
|
||||
$modal.open({
|
||||
templateUrl: 'views/modals/tx-details.html',
|
||||
windowClass: 'tiny',
|
||||
windowClass: 'medium',
|
||||
controller: ModalInstanceCtrl,
|
||||
});
|
||||
};
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ angular.module('copayApp.controllers').controller('HomeWalletController', functi
|
|||
|
||||
$modal.open({
|
||||
templateUrl: 'views/modals/txp-details.html',
|
||||
windowClass: 'tiny',
|
||||
windowClass: 'medium',
|
||||
controller: ModalInstanceCtrl,
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue