Ionic2 modal ion-navbar vs ion-toolbar

  <ion-toolbar>
      <ion-title>Modals</ion-title>
      <ion-buttons end>
         <button outline  (click)="closeModal()">
          New Item
         </button>
      </ion-buttons>
  </ion-toolbar>

but when I use ion-navbar it doesn’t display anything? the sample code uses ion-navbar

  <ion-navbar>
      <ion-title>Modals</ion-title>
      <ion-buttons end>
         <button outline  (click)="closeModal()">
          New Item
         </button>
      </ion-buttons>
  </ion-navbar>

hey Aaron were you able to find a solution to this? Im having trouble understanding why ion-navbar does display inside a modal. Thanks

1 Like

Let me take another look, it has been a minute

This has been raised in the forum and there are already two issues created regarding it:

Will be fixed by next beta apparently.