For example:
<div ng-include="'/shared-nav-buttons.html'"></div>
where shared-nav-buttons.html
is:
<ion-nav-buttons side="left">
...
</ion-nav-buttons>
<ion-nav-buttons side="right">
...
</ion-nav-buttons>
For example:
<div ng-include="'/shared-nav-buttons.html'"></div>
where shared-nav-buttons.html
is:
<ion-nav-buttons side="left">
...
</ion-nav-buttons>
<ion-nav-buttons side="right">
...
</ion-nav-buttons>