feat(pomodoro): show current session cycle on break #32

This commit is contained in:
Johannes Millan 2018-01-05 19:13:37 +01:00
parent 92147d0ca5
commit e64ea90a51

View file

@ -20,7 +20,7 @@
style="position: relative;"
flex>
<div class="md-dialog-content">
<p>Enjoy yourself, get yourself moving, come back in:</p>
<p>You successfully finished session <strong ng-bind="vm.pomodoroData.currentCycle"></strong>! Enjoy yourself, get yourself moving, come back in:</p>
<div class="timer"
ng-bind="(vm.pomodoroData.currentSessionTime | date:'mm:ss')"></div>