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

Commit

Permalink
docs(): templateOptions.className
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela committed Jan 12, 2016
1 parent d656b4c commit c281689
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/types/checkbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@
#### templateOptions.theme _: string_

#### templateOptions.disabled _: boolean_

#### templateOptions.className _: string | expression | array_
2 changes: 2 additions & 0 deletions docs/types/chips.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ md-chips

#### templateOptions.disabled _: boolean_

#### templateOptions.className _: string | expression | array_

#### templateOptions.placeholder *: string*

Placeholder text that will be forwarded to the input.
Expand Down
2 changes: 2 additions & 0 deletions docs/types/datepicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@

#### templateOptions.disabled _: boolean_

#### templateOptions.className _: string | expression | array_

#### templateOptions.placeholder _: string_
The date input placeholder value

Expand Down
2 changes: 2 additions & 0 deletions docs/types/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Example

Value of md-theme directive

#### templateOptions.className _: string | expression | array_

#### templateOptions.disabled _: boolean_

#### templateOptions.step *: number*
Expand Down
2 changes: 2 additions & 0 deletions docs/types/radio.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@

#### templateOptions.disabled _: boolean_

#### templateOptions.className _: string | expression | array_

#### templateOptions.options _: array_

Array with available options
Expand Down
2 changes: 2 additions & 0 deletions docs/types/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ md-select

#### templateOptions.disabled _: boolean_

#### templateOptions.className _: string | expression | array_

#### templateOptions.options *: array*

Array with available options
Expand Down
2 changes: 2 additions & 0 deletions docs/types/slider.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

#### templateOptions.disabled _: boolean_

#### templateOptions.className _: string | expression | array_

#### templateOptions.min _: number (default: 0)_
The minimum value the user is allowed to pick.

Expand Down
2 changes: 2 additions & 0 deletions docs/types/switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@
#### templateOptions.theme _: string_

#### templateOptions.disabled _: boolean_

#### templateOptions.className _: string | expression | array_
2 changes: 2 additions & 0 deletions docs/types/textarea.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ textarea

#### templateOptions.disabled _: boolean_

#### templateOptions.className _: string | expression | array_

#### templateOptions.rows *: integer*

Number of rows
Expand Down

0 comments on commit c281689

Please sign in to comment.