Skip to content

Countdown not allowing dynamic value#133

Open
papasax wants to merge 2 commits into
siddii:masterfrom
papasax:master
Open

Countdown not allowing dynamic value#133
papasax wants to merge 2 commits into
siddii:masterfrom
papasax:master

Conversation

@papasax

@papasax papasax commented Dec 4, 2014

Copy link
Copy Markdown

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

siddii commented Dec 4, 2014

Copy link
Copy Markdown
Owner

@papasax - Please fix the build

@brk3

brk3 commented Dec 21, 2014

Copy link
Copy Markdown

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