Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
docs(datepicker): add note about 'modelDateFormat' and 'dateType'
Browse files Browse the repository at this point in the history
Closes #1851
  • Loading branch information
vmlf01 authored and mgcrea committed Nov 11, 2015
1 parent f91f4da commit a7ac5db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/datepicker/docs/datepicker.demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ <h4>This module supports exotic placement options!</h4>
<td>string</td>
<td>null</td>
<td>
<p>Model format of your date, leverages <a href="http://docs.angularjs.org/api/ng.filter:date">ng.filter:date</a>.</p>
<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>
to use this option.</p>
</td>
</tr>
<tr>
Expand Down

0 comments on commit a7ac5db

Please sign in to comment.