Dynamically set view name in

Hello,

i’m trying to load the menu dynamically and for some reason the view name is not being set here <ion-nav-view name="**{{tab.viewName}}**"></ion-nav-view>
all else works fine

 <ion-tab title="{{tab.title}}" icon="icon {{tab.icon}}" href="{{tab.href}}" ng-repeat="tab in tabs">
        <ion-nav-view name="{{tab.viewName}}"></ion-nav-view>
    </ion-tab>

any ideas?

thanks

Not possible right now. I have an issue opened for this.

FYI : Duplicate of : Dynamic menu