Hello i have a litle problem with the nav side menu
the first nav side menu : is on the left side on the main view
menu.html
<ion-side-menus>
<ion-pane ion-side-menu-content>
<ion-nav-bar class="bar-stable nav-title-slide-ios7">
<ion-nav-back-button class="button-clear"><i class="icon ion-ios7-arrow-back main_back_button"></i></ion-nav-back-button>
</ion-nav-bar>
<ion-nav-view name="menuContent" animation="slide-left-right"></ion-nav-view>
</ion-pane>
<ion-side-menu side="left">
<header class="bar bar-header bar-stable">
<h1 class="title">MenĂ¼</h1>
</header>
i would to change the side menu on the left side to the right with toggle left instead of toggle right
home.html
<ion-view>
<ion-nav-buttons side="right">
<ion-header class="bar-positive ">
<h1 class="title news_title_color">Fanclub</h1><a>kkkk</a>
</ion-header>
<ion-nav-bar class="bar-positive" animation="nav-title-slide-ios7">
have i to create a new controller ?.