fixes modals qr-address.
This commit is contained in:
parent
6c8993fcab
commit
d7adc854c9
3 changed files with 15 additions and 10 deletions
|
|
@ -26,6 +26,7 @@ angular.module('copayApp.controllers').controller('AddressesController',
|
|||
|
||||
$modal.open({
|
||||
templateUrl: 'views/modals/qr-address.html',
|
||||
windowClass: 'tiny',
|
||||
controller: ModalInstanceCtrl,
|
||||
resolve: {
|
||||
address: function() { return address; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue