diff --git a/app/index.html b/app/index.html index 620eac4..4b441e3 100644 --- a/app/index.html +++ b/app/index.html @@ -12,7 +12,6 @@
-<div date-picker="start"></div>- {{ start }} - + - - - - - - - - - - - - - - - +
<div date-picker="start" year></div>+ +
<div date-picker="start month></div>+ +
<div date-picker="start" date></div>+ +
<div date-picker="start" hours></div>+ +
<div date-picker="start" minutes></div>+
<input type="datetime" ng-model="model" date-time></div>+
<input type="datetime" ng-model="model" date-time></div>+
<input type="datetime" ng-model="model" date-time format="long"></div>+ +
<div class="dropdown">
+ <a class="dropdown-toggle btn btn-danger">
+ pick a date: {{(date|date)}}
+ </a>
+ <div class="dropdown-menu" ng-click="$event.preventDefault();$event.stopPropagation()">
+ <div date-picker="date" class="datetimepicker"></div>
+ </div>
+</div>
+ <div date-range start="start" end="end" ></div>+ +