swipe to change pages and swipe to show or hide sidebar menu
This commit is contained in:
parent
6553d43da7
commit
aad053daec
3 changed files with 62 additions and 1 deletions
12
js/controllers/index.js
Normal file
12
js/controllers/index.js
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('IndexController', function($scope, go) {
|
||||
$scope.init = function() {
|
||||
|
||||
};
|
||||
|
||||
$scope.swipe = function(invert) {
|
||||
go.swipe(invert);
|
||||
};
|
||||
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue