Skip to content

Commit

Permalink
personalized periods in journal search modal do not show date range
Browse files Browse the repository at this point in the history
  • Loading branch information
lomamech committed May 15, 2017
1 parent 128d7c0 commit 1f0f36b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/modules/templates/bhPeriodSelect.tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<span ng-if="$ctrl.period.key !== $ctrl.NO_PERIOD_LIMIT_KEY && $ctrl.period.key !== $ctrl.CUSTOM_PERIOD_KEY">
({{$ctrl.period.start}}) - ({{$ctrl.period.end}})
</span>

<span ng-if="$ctrl.period.customPeriodStart && $ctrl.period.customPeriodEnd">
({{ $ctrl.period.customPeriodStart | date: 'dd/mm/yyyy' }}) - ({{ $ctrl.period.customPeriodEnd | date: 'dd/mm/yyyy' }})
</span>
</p>

<a href ng-click="$ctrl.toggleSelectionOptions()">
Expand Down

0 comments on commit 1f0f36b

Please sign in to comment.