remove slider directive and replace sliders in paperwallet view

This commit is contained in:
Gabriel Bazán 2017-05-04 12:13:55 -03:00
commit dbc49e9ce0
5 changed files with 37 additions and 54 deletions

View file

@ -127,7 +127,6 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
$scope.init = function() {
$scope.wallet = $scope.wallets[0];
$scope.updateCurrentWallet($scope.wallet);
$scope.showWalletSelector();
};
$scope.$on("$ionicView.leave", function(event, data) {