mirror of
https://github.com/HackPlan/angular-datepicker.git
synced 2026-06-14 08:59:00 +08:00
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
12 lines
358 B
HTML
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> |