Skip to content

Commit a7ac5db

Browse files
vmlf01mgcrea
authored andcommitted
docs(datepicker): add note about 'modelDateFormat' and 'dateType'
Closes mgcrea#1851
1 parent f91f4da commit a7ac5db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/datepicker/docs/datepicker.demo.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ <h4>This module supports exotic placement options!</h4>
155155
<td>string</td>
156156
<td>null</td>
157157
<td>
158-
<p>Model format of your date, leverages <a href="http://docs.angularjs.org/api/ng.filter:date">ng.filter:date</a>.</p>
158+
<p>Model format of your date, leverages <a href="http://docs.angularjs.org/api/ng.filter:date">ng.filter:date</a>. You should also set dateType to <code>string</code>
159+
to use this option.</p>
159160
</td>
160161
</tr>
161162
<tr>

0 commit comments

Comments
 (0)