Hi I'm using angular tab directive.The link for JS fiddle is AngularJs Tab Directive <http://jsfiddle.net/Wijmo/ywUYQ/> .My Question is How can I move to second tab from first tab with click of a button?Thanks
<tabs><pane title="First Tab"> <button type="button" ng-click="moveToSecondTab()">Second Tab.</button></pane><pane title="Second Tab"> <div>This is the content of the second tab.</div></pane> http://stackoverflow.com/questions/27311923/how-to-move-to-second-tab-on-click-of-a-button-when-using-angularjs-tab-directiv/27315159#27315159 -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
