Files
angular-datepicker/app/templates/daterange.html
g00fy fdf8a67fef updated module name to datePicker
moved templates from `scripts` to `templates` directory
more verbose template names
updated `translate-z` to higher value - so we don't have conflicts with things like modals
unified bower.json with `master` branch
unified readme
updated `grunt` tasks to copy readme and bower.json
2013-06-20 00:27:20 +02:00

12 lines
358 B
HTML

<div>
<table>
<tr>
<td valign="top">
<div date-picker="start" class="date-picker" date after="start" before="end"></div>
</td>
<td valign="top">
<div date-picker="end" class="date-picker" date after="start" before="end"></div>
</td>
</tr>
</table>
</div>