Skip to content

Commit

Permalink
feat(pomodoro): show current session cycle on break #32
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Jan 5, 2018
1 parent 92147d0 commit e64ea90
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,7 +20,7 @@ <h2>
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>

Expand Down

0 comments on commit e64ea90

Please sign in to comment.