Look at this there is tab component. In the tab setting there is:
select()
and
deselect()
I did not know how to use them. I tried to reach them from js file using the $scope but it did not work
HTML
<tab ng-model="Tab1" ....>
js
$scope.Tab1.select();
but it does not select the content of that tab.
please help me in a way how can I select tab content from the javascript or in other meaning using $scope.