Skip to content

Commit

Permalink
Temporarily remove color-cycling in Resume button, since it currently…
Browse files Browse the repository at this point in the history
… doesn't work with ng-if. See angular/angular.js#5625
  • Loading branch information
tdumitrescu committed Jan 4, 2014
1 parent 27f3176 commit aed3182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/index.jade
Expand Up @@ -29,7 +29,7 @@ block body
td-blocky-text(text="clockTime()", divider=":")
.span3.slide(ng-if="timerStarted()")
#pause-resume(ng-switch on="timerPaused()")
button.small.cycle(ng-switch-when="true", ng-click="resumeTimer()")
button.small(ng-switch-when="true", ng-click="resumeTimer()")
i.fa.fa-fw.fa-play
button.small(ng-switch-when="false", ng-click="pauseTimer()")
i.fa.fa-fw.fa-pause
Expand Down

0 comments on commit aed3182

Please sign in to comment.