add timeout to resize and fix advanced settings

This commit is contained in:
Gabriel Bazán 2016-09-28 15:45:21 -03:00
commit 2fdd12a9c2
8 changed files with 26 additions and 18 deletions

View file

@ -114,9 +114,9 @@ angular.module('copayApp.controllers').controller('preferencesInformation',
}
$scope.addrs = last10;
$timeout(function() {
$ionicScrollDelegate.resize();
$scope.$apply();
});
$ionicScrollDelegate.resize();
}, 10);
});
});