Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 5e475b0

Browse files
committed
release: version 0.4
1 parent 12704c5 commit 5e475b0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

angular-material.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-material",
3-
"version": "0.0.3-master-077e6fc",
3+
"version": "0.4",
44
"dependencies": {
55
"angular": "^1.3.0-beta.18",
66
"angular-animate": "^1.3.0-beta.18",

0 commit comments

Comments
 (0)