FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Countdown not allowing dynamic value by papasax · Pull Request #133 · siddii/angular-timer · GitHub

This repository was archived by the owner on Jun 23, 2026. It is now read-only.
/ angular-timer Public archive

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 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 commented Dec 4, 2014

Copy link
Copy Markdown
Owner

@papasax - Please fix the build

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>

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL