Fix slide up/down for txp and tx

This commit is contained in:
Gustavo Maximiliano Cortez 2015-05-06 11:16:19 -03:00
commit 43a747b96d
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 11 additions and 7 deletions

View file

@ -106,7 +106,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
});
};
$scope.openTxModal = function(tx, copayers) {
this.openTxpModal = function(tx, copayers) {
var fc = profileService.focusedClient;
var ModalInstanceCtrl = function($scope, $modalInstance) {
$scope.error = null;