Skip to content

Conversation

papasax
Copy link

@papasax papasax commented Dec 4, 2014

This fix Countdown not allowing dynamic value issue #97
Fix made by analuisamartins

<div ng-controller="LivreCtrl" ng-init="startat=10000">
  <timer interval="1000" countdown="startat">
</div>

@siddii
Copy link
Owner

siddii commented Dec 4, 2014

@papasax - Please fix the build

@brk3
Copy link

brk3 commented Dec 21, 2014

Just testing dynamic values and it seems this change isn't required. The following works on the current version:

...
$scope.mycountdown = 3600;
...

<timer autostart="false" countdown="mycountdown">{{mminutes}}:{{sseconds}}</timer>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants