Add button back in only view

Community, I need to add my view a back button as seen in many examples of ionic but this time only in one view. This is how I occupy to create each view.

<script id="rutas_oficiales.html" type="text/ng-template">
  <ion-view title='{{title}}' left-buttons="leftButtons">
    <ion-content padding="true">
  
    </ion-content>
  </ion-view>
</script>
1 Like