Fixes names
This commit is contained in:
parent
44ceb8318e
commit
2cc9554df4
4 changed files with 13 additions and 30 deletions
|
|
@ -977,7 +977,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
}
|
||||
};
|
||||
|
||||
this.openFeeModal = function(feeLevels, currentFeeLevel) {
|
||||
this.openFeeLevelsModal = function(feeLevels, currentFeeLevel) {
|
||||
var fc = profileService.focusedClient;
|
||||
|
||||
var ModalInstanceCtrl = function($scope, $modalInstance) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue