Hi all,
I have the tabset and it has 3 different tabs as below. I want to disable 
tab #3 if $scope.name is empty but couldn't find the correct way to do so. 
Any ideas.
<tabset>
  <tab></tab>
   <tab></tab>
    <tab></tab> // disable this if $scope.name.length ===0 

</tabset>
Thanks,
Kim

-- 
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 https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to