andriangungon
12/27/2018 - 12:32 PM

adding button to the left or right of the navbar or actionbar

<ion-buttons end>
  <button ion-button icon-only> <!-- menuToggle is used to open and close the side menu-->
    <ion-icon item-right name="search"></ion-icon>
  </button>
</ion-buttons>