2nd navigation button in below nag-bar

Hello,
in the following code, the 2nd nav button is shown below the navbar in Android.
It does work in the browser and in iOS as well.

<ion-nav-buttons side="right">
    <button class="button button-icon icon ion-plus-circled" ng-click="add()"></button>
    <button class="button button-icon icon ion-location" ng-click="centerOnMe()"></button>
</ion-nav-buttons>

This is what it looks like:

Any ideas?

Hmm I remember this issue from a while back. What version of ionic are you using?

just upgraded. same issue.

Hmm, lovely. Alright thanks for catching this. Can you make and issue for this and assign it to me? I can take a look at it later on today

yep, will do!
thanks!

so, I completely cleand up my project and rebuild using most recent ionic version. fixed it!

Hmm, really? Odd, since I got the same issue when I tested it out. Hmm, I’ll keep an eye for this…

Don’t know maybe it has something to do with compilation. As I said, complete rebuild worked.