ionic icon indicating copy to clipboard operation
ionic copied to clipboard

Select Tab from controller

Open anushkamds opened this issue 9 years ago • 3 comments

Hi, Is there any way to select a particular tab from controller dynamically?

anushkamds avatar Sep 07 '15 06:09 anushkamds

You can do it by settings a variable. See the following.

In view:

<tab-slide-box tab="{{defaultSlide}}">

In controller:

$scope.defaultSlide = 1;

robksawyer avatar Nov 20 '15 19:11 robksawyer

Hello,

I tried this approach but without any success. Is it really work for selecting a determined tab to slide for ?

Thanks in advance.

salaberri avatar Jan 16 '17 18:01 salaberri

I have the same issue, have you managed to solve it ?

nooranalytics avatar Mar 10 '17 09:03 nooranalytics