feat() started work on more feature rich time picker

This commit is contained in:
Torkel Ödegaard
2015-09-15 13:23:36 +02:00
parent 2b95cd5081
commit 4ffa26cf2c
74 changed files with 480 additions and 304 deletions

View File

@@ -27,9 +27,9 @@
</a>
<!-- lacy load this -->
<ul class="dropdown-menu" ng-if="time_options" >
<li bindonce ng-repeat='option in time_options'>
<a ng-click="ctrl.setRelativeFilter(option)" bo-text="option.text"></a>
<ul class="dropdown-menu" ng-if="timeOptions" >
<li bindonce ng-repeat='option in timeOptions'>
<a ng-click="ctrl.setRelativeFilter(option)" bo-text="option.display"></a>
</li>
<!-- Auto refresh submenu -->