ionic
ionic copied to clipboard
Select Tab from controller
Hi, Is there any way to select a particular tab from controller dynamically?
You can do it by settings a variable. See the following.
In view:
<tab-slide-box tab="{{defaultSlide}}">
In controller:
$scope.defaultSlide = 1;
Hello,
I tried this approach but without any success. Is it really work for selecting a determined tab to slide for ?
Thanks in advance.
I have the same issue, have you managed to solve it ?