[AngularJS] Re: overriding tabset's tab select/click event

2015-04-15 Thread Luke Kende
If you are using Angular UI Bootstrap there is a disabled attribute which you can set for each tab you want disabled: http://angular-ui.github.io/bootstrap/#/tabs On Wednesday, April 15, 2015 at 6:22:37 AM UTC-6, yogesh natu wrote: HI, I am having 3 tabs, having forms in each. I am looking

[AngularJS] Re: overriding tabset's tab select/click event

2015-04-15 Thread yogesh natu
Hi Luke, Thanks for the reply. however I dont want to disable tabs but want to restrict the click based on condition. On Thursday, April 16, 2015 at 10:50:57 AM UTC+5:30, Luke Kende wrote: If you are using Angular UI Bootstrap there is a disabled attribute which you can set for each tab