This commit is contained in:
Gabriel Bazán 2016-05-18 17:28:12 -03:00 committed by Javier
commit b4aadeb7be
4 changed files with 300 additions and 61 deletions

View file

@ -26,7 +26,7 @@ angular.module('copayApp.services').factory('go', function($window, $ionicSideMe
};
root.toggleLeftMenu = function() {
$ionicSideMenuDelegate.toggleLeft()
$ionicSideMenuDelegate.toggleLeft();
};
root.walletHome = function() {