Move address modal to a separate file, rename html files and reintroduce bitcoin protocol handler
This commit is contained in:
parent
0c3709ceee
commit
5f27f1e7a6
8 changed files with 36 additions and 39 deletions
|
|
@ -25,7 +25,7 @@ angular.module('copayApp.controllers').controller('AddressesController',
|
|||
};
|
||||
|
||||
$modal.open({
|
||||
templateUrl: 'addressModal.html',
|
||||
templateUrl: 'views/modals/qr-address.html',
|
||||
controller: ModalInstanceCtrl,
|
||||
resolve: {
|
||||
address: function() { return address; }
|
||||
|
|
|
|||
|
|
@ -206,7 +206,7 @@ angular.module('copayApp.controllers').controller('SendController',
|
|||
|
||||
$scope.openAddressBookModal = function() {
|
||||
var modalInstance = $modal.open({
|
||||
templateUrl: 'views/modals/addressbook.html',
|
||||
templateUrl: 'views/modals/address-book.html',
|
||||
windowClass: 'tiny',
|
||||
controller: function($scope, $modalInstance) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue