Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit c281689

Browse files
author
Kamil Kisiela
committed
docs(): templateOptions.className
1 parent d656b4c commit c281689

File tree

9 files changed

+18
-0
lines changed

9 files changed

+18
-0
lines changed

docs/types/checkbox.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@
2121
#### templateOptions.theme _: string_
2222

2323
#### templateOptions.disabled _: boolean_
24+
25+
#### templateOptions.className _: string | expression | array_

docs/types/chips.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ md-chips
3434

3535
#### templateOptions.disabled _: boolean_
3636

37+
#### templateOptions.className _: string | expression | array_
38+
3739
#### templateOptions.placeholder *: string*
3840

3941
Placeholder text that will be forwarded to the input.

docs/types/datepicker.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929

3030
#### templateOptions.disabled _: boolean_
3131

32+
#### templateOptions.className _: string | expression | array_
33+
3234
#### templateOptions.placeholder _: string_
3335
The date input placeholder value
3436

docs/types/input.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Example
3030

3131
Value of md-theme directive
3232

33+
#### templateOptions.className _: string | expression | array_
34+
3335
#### templateOptions.disabled _: boolean_
3436

3537
#### templateOptions.step *: number*

docs/types/radio.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929

3030
#### templateOptions.disabled _: boolean_
3131

32+
#### templateOptions.className _: string | expression | array_
33+
3234
#### templateOptions.options _: array_
3335

3436
Array with available options

docs/types/select.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ md-select
3939

4040
#### templateOptions.disabled _: boolean_
4141

42+
#### templateOptions.className _: string | expression | array_
43+
4244
#### templateOptions.options *: array*
4345

4446
Array with available options

docs/types/slider.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525

2626
#### templateOptions.disabled _: boolean_
2727

28+
#### templateOptions.className _: string | expression | array_
29+
2830
#### templateOptions.min _: number (default: 0)_
2931
The minimum value the user is allowed to pick.
3032

docs/types/switch.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@
2121
#### templateOptions.theme _: string_
2222

2323
#### templateOptions.disabled _: boolean_
24+
25+
#### templateOptions.className _: string | expression | array_

docs/types/textarea.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ textarea
2727

2828
#### templateOptions.disabled _: boolean_
2929

30+
#### templateOptions.className _: string | expression | array_
31+
3032
#### templateOptions.rows *: integer*
3133

3234
Number of rows

0 commit comments

Comments
 (0)