meteoric / meteor-ionic

Ionic components for Meteor. No Angular!
http://meteoric.github.io
MIT License
1.51k stars 219 forks source link

ionNavBar multiple buttons on the right side possible? #348

Open ouya99 opened 8 years ago

ouya99 commented 8 years ago

Hi,

is there a way to display more than one button in {{#contentFor "headerButtonRight"}}

Having

{{#contentFor "headerButtonRight"}}

  <button class="button button-clear" data-ion-popover="_myPopover">
    {{#if isAndroid}}
      {{> ionIcon icon='android-more-vertical'}}
    {{else}}
      {{> ionIcon icon='more'}}
    {{/if}}
  </button>

{{/contentFor}}

gives me one icon to the left and one to the right, but I would like to have two icons on the right side of the navbar.

Any alignment property available?

Thx java99