summaryrefslogtreecommitdiffstats
path: root/web/directive/date.html
blob: 10d5717f9de14e8fccd9afefd076aa26296f42f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!--
    Copyright (c) 2012-2015 Kaarle Ritvanen
    See LICENSE file for license details
-->

<div class="input-group">
  <input type="date"
	 class="form-control aconf-sync"
	 name="{{ name }}"
	 ng-model="value"
	 datepicker-popup
	 is-open="opened">
  <span class="input-group-btn">
    <button class="btn btn-default" ng-click="open($event)">...</button>
  </span>
</div>