yalabot / angular-foundation

http://pineconellc.github.io/angular-foundation/
Other
1.05k stars 267 forks source link

Fixed issue where disabled class is not applied to tabs. #293

Open pixels4nickels opened 8 years ago

pixels4nickels commented 8 years ago

Tabs are disabled navigation-wise but not visually because the disabled class is not being applied. Adding the disabled property to the templates fixes this issue.

Resolves issue: https://github.com/pineconellc/angular-foundation/issues/292