Hi, I'm still having problems getting the IONIC Side-Menu to work. I've created a Scope Function on the Index Page $scope.toggleLeft = function () { var $ionicSideMenuDelegate = Apperyio.get("$ionicSideMenuDelegate"); $ionicSideMenuDelegate.toggleLeft(); }; And in Design Mode i've added a ...