Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(tabs): rename disabled to the right ng-disabled
Browse files Browse the repository at this point in the history
Fixes #5691. Closes #5699
  • Loading branch information
devversion authored and ThomasBurleson committed Nov 23, 2015
1 parent a242a5f commit b8d3519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tabs/js/tabDirective.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* be initiated via data binding changes, programmatic invocation, or user gestures.
*
* @param {string=} label Optional attribute to specify a simple string as the tab label
* @param {boolean=} disabled If present, disabled tab selection.
* @param {boolean=} ng-disabled If present, disabled tab selection.
* @param {expression=} md-on-deselect Expression to be evaluated after the tab has been de-selected.
* @param {expression=} md-on-select Expression to be evaluated after the tab has been selected.
* @param {boolean=} md-active When true, sets the active tab. Note: There can only be one active tab at a time.
Expand Down

0 comments on commit b8d3519

Please sign in to comment.