I am completely new to angularjs and embarking on my very first app creation journey with the ionic framework. The initial step I took was to generate an ionic app using this command:
$ ionic start myApp sidemenu
The creation of the app went smoothly, complete with a left menu tucked away for sliding action that brings the main view to the right upon clicking the menu button. However, I am looking to disable dragging in the rightward direction to access the side menu. Instead, I aim to have the side menu only accessible by clicking the menu button, closing it by either tapping the menu button again or swiping to the left, or dragging with the mouse in the leftward direction.