@abdulaleem_systems wrote:
I want to change the value of ion-nav-button (side), button(menu-toggle) and ion-side-menu(side) from LEFT to RIGHT. how can i do this?
Here is my Code:
<ion-nav-buttons id="navButton" side="left"> <button id="toggleButton" class="button button-icon button-clear ion-navicon" menu-toggle="left"> </button> </ion-nav-buttons>
and
<ion-side-menu id="sideMenuId" side="left">
I want to change the values of above mentioned from left to right on button click.
Posts: 2
Participants: 2