fixes modals qr-address.

This commit is contained in:
Gustavo Maximiliano Cortez 2014-07-22 11:03:08 -03:00
commit d7adc854c9
3 changed files with 15 additions and 10 deletions

View file

@ -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; }