Fixes names

This commit is contained in:
Gustavo Maximiliano Cortez 2015-07-24 12:23:30 -03:00
commit 2cc9554df4
4 changed files with 13 additions and 30 deletions

View file

@ -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) {