https://i.sstatic.net/t344j.pngI am currently working on a project using the Ionic framework, and I want to create an app with a slide menu. However, I do not want to display the slide menu on the first screen. Instead, I have a button on the initial screen that, when clicked, navigates to a second state where the slide menu is available. The issue I am facing is that although the slide menu appears, there seems to be a problem with it.
http://plnkr.co/edit/VTrB2hWTGMlUPzRTuvDg?p=preview
.controller('testcntr', function($scope, $stateParams,$state) {
$scope.moveTo=function(){
$state.go('app.playlists')
}
})[![enter image description here][1]][1]