Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
fix(Addresses): modal didn't open because #307
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Feb 11, 2016
1 parent 23f9855 commit c37a580
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/js/directives/imported-address.directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ angular.module('walletApp').directive('importedAddress', (Wallet, $translate, $u
controller: "RequestCtrl",
resolve: {
destination: () => scope.address,
focus: () => true
focus: () => true,
hasLegacyAddress: () => null
},
windowClass: "bc-modal"
});
Expand Down

0 comments on commit c37a580

Please sign in to comment.