commit
1b2605463a
5 changed files with 46 additions and 10 deletions
|
|
@ -23,8 +23,12 @@ angular.module('copayApp.controllers').controller('IndexController', function($s
|
|||
});
|
||||
};
|
||||
|
||||
$scope.swipe = function(invert) {
|
||||
go.swipe(invert);
|
||||
$scope.openMenu = function() {
|
||||
go.swipe(true);
|
||||
};
|
||||
|
||||
$scope.closeMenu = function() {
|
||||
go.swipe();
|
||||
};
|
||||
|
||||
});
|
||||
|
|
|
|||
|
|
@ -117,4 +117,8 @@ angular.module('copayApp.controllers').controller('SidebarController', function(
|
|||
});
|
||||
$scope.wallets = _.sortBy(ret, 'name');
|
||||
};
|
||||
|
||||
$scope.openMenu = function() {
|
||||
go.swipe(true);
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue