Merge branch 'ref/design' into wip/design

This commit is contained in:
Jason Dreyzehner 2016-10-06 11:10:28 -04:00
commit ca778d1d00
401 changed files with 6904 additions and 6962 deletions

View file

@ -100,7 +100,6 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
$scope.recreate = function() {
walletService.recreate($scope.wallet, function(err) {
$scope.init();
if (err) return;
$timeout(function() {
walletService.startScan($scope.wallet, function() {

View file

@ -154,8 +154,6 @@ angular.module('copayApp.directives')
link: function(scope, element, attrs) {
scope.$on("$ionicSlides.sliderInitialized", function(event, data) {
scope.slider = data.slider;
if(scope.slider.slides.length == 1)
scope.slider.lockSwipes();
scope.$emit('Wallet/Changed', scope.wallets ? scope.wallets[0] : null);
});