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

Commit 73b5b07

Browse files
author
Kamil Kisiela
committed
docs(readme): fix incorrect link to textare
1 parent 39ce336 commit 73b5b07

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Requests (?). Post an issue.
9898
[types.select]: docs/types/select.md
9999
[types.slider]: docs/types/slider.md
100100
[types.switch]: docs/types/switch.md
101-
[types.textarea]: docs/types/textare.md
101+
[types.textarea]: docs/types/textarea.md
102102

103103
[wrappers.input-container]: docs/wrappers/input-container.md
104104
[wrappers.label]: docs/wrappers/label.md

docs/types/datepicker.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
# datepicker
22
## md-datepicker
33

4-
**placeholder (string, optional)**
5-
6-
md-placeholder
7-
8-
**minDate (Date, optional)**
9-
10-
md-min-date
11-
12-
**maxDate (Date, optional)**
13-
14-
md-max-date
15-
16-
**filterDate (function, optional)**
17-
18-
md-filter-date
19-
204
### Example
215

226
```javascript

0 commit comments

Comments
 (0)