angular / material

Material design for AngularJS
https://material.angularjs.org/
MIT License
16.57k stars 3.4k forks source link

$mdTabs service? Select tab from controller #2896

Closed juanpujol closed 9 years ago

juanpujol commented 9 years ago

Is there a way to select an md-tab from the Controller? Thank you.

ferc commented 9 years ago

In md-tabs directive, you can add the md-selected attribute, for example:

<md-tabs md-selected="selectedIndex">
$scope.selectedIndex = newTabIndex;
juanpujol commented 9 years ago

thanks @ferc, thats exactly what I needed.

PeaFull commented 7 years ago

@ferc hello ,do u know how to select an md-tab from the other controller