Ion-nav-view name variable

Is that possible to transfer name attr with variable?
This is my code, but it’s not working:

< ion-tabs class=“tabs-positive tabs-top tabs-striped”>
< ion-tab ui-sref=“{{ tab.sref }}” ng-attr-title=“{{ tab.label }}” ng-attr-icon=“ion-{{ tab.icon }}” ng-repeat=“tab in tabsCtrl.tabs”>
< ion-nav-view name=“{{ tab.view }}”>
< /ion-tab>
< /ion-tabs>

Tell me please if you know how to make it working… thanks

me too. did you ever find a solution?