enable pull to refresh only in android devices
This commit is contained in:
parent
25f7408d3b
commit
cb328de5c7
4 changed files with 4 additions and 2 deletions
|
|
@ -12,6 +12,7 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
|||
$scope.name = $window.appConfig.nameCase;
|
||||
$scope.homeTip = $stateParams.fromOnboarding;
|
||||
$scope.isCordova = platformInfo.isCordova;
|
||||
$scope.isAndroid = platformInfo.isAndroid;
|
||||
|
||||
$scope.$on("$ionicView.afterEnter", function() {
|
||||
startupService.ready();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue