@@ -1420,8 +1420,8 @@ angular.module('material.components.button', [
14201420 * @description
14211421 * `<material-button>` is a button directive with optional ink ripples (default enabled).
14221422 *
1423- * @param {boolean= } noink Flag indicates use of ripple ink effects
1424- * @param {boolean= } disabled Flag indicates if the tab is disabled: not selectable with no ink effects
1423+ * @param {boolean= } noink If present, disable ripple ink effects.
1424+ * @param {boolean= } disabled If present, disable tab selection.
14251425 * @param {string= } type Optional attribute to specific button types (useful for forms); such as 'submit', etc.
14261426 * @param {string= } ng-href Optional attribute to support both ARIA and link navigation
14271427 * @param {string= } href Optional attribute to support both ARIA and link navigation
@@ -3702,8 +3702,8 @@ angular.module('material.components.tabs')
37023702 * be initiated via data binding changes, programmatic invocation, or user gestures.
37033703 *
37043704 * @param {string= } label Optional attribute to specify a simple string as the tab label
3705- * @param {boolean= } active Flag indicates if the tab is currently selected; normally the `<material-tabs selected="">`; attribute is used instead .
3706- * @param {boolean= } ngDisabled Flag indicates if the tab is disabled: not selectable with no ink effects
3705+ * @param {boolean= } active When evaluteing to true, selects the tab .
3706+ * @param {boolean= } disabled If present, disabled tab selection.
37073707 * @param {expression= } deselected Expression to be evaluated after the tab has been de-selected.
37083708 * @param {expression= } selected Expression to be evaluated after the tab has been selected.
37093709 *
@@ -4075,8 +4075,8 @@ angular.module('material.components.tabs')
40754075 * * Any markup (other than **`<material-tab>`** tags) will be transcluded into the tab header area BEFORE the tab buttons.
40764076 *
40774077 * @param {integer= } selected Index of the active/selected tab
4078- * @param {boolean= } noink Flag indicates use of ripple ink effects
4079- * @param {boolean= } nobar Flag indicates use of ink bar effects
4078+ * @param {boolean= } noink If present, disables ink ripple effects.
4079+ * @param {boolean= } nobar If present, disables the selection ink bar.
40804080 * @param {string= } align-tabs Attribute to indicate position of tab buttons: bottom or top; default is `top`
40814081 *
40824082 * @usage
0 commit comments