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

Commit 1b1f4fd

Browse files
author
Robert Messerle
committed
chore(docs): fixes docs for md-no-ink-bar attribute
Closes #4082
1 parent 054c066 commit 1b1f4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tabs/js/tabsDirective.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
*
5454
* @param {integer=} md-selected Index of the active/selected tab
5555
* @param {boolean=} md-no-ink If present, disables ink ripple effects.
56-
* @param {boolean=} md-no-bar If present, disables the selection ink bar.
56+
* @param {boolean=} md-no-ink-bar If present, disables the selection ink bar.
5757
* @param {string=} md-align-tabs Attribute to indicate position of tab buttons: `bottom` or `top`; default is `top`
5858
* @param {string=} md-stretch-tabs Attribute to indicate whether or not to stretch tabs: `auto`, `always`, or `never`; default is `auto`
5959
* @param {boolean=} md-dynamic-height When enabled, the tab wrapper will resize based on the contents of the selected tab

0 commit comments

Comments
 (0)