How to change the position of the ionic side menu button?

HI i need to change the position of ionic side menu button in ionic sidemen app.i need to change the menu button forklift to right how can i do that?

for a side menu defined as that :

<ion-side-menu side="right">

You can have it's button defined like that :

<a class="button button-icon button-clear fa fa-navicon fa-fw" ng-click="showMenu()">
</a>