Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Countdown not allowing dynamic value #133

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

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