angular-timer
angular-timer copied to clipboard
Cannot use a scope-variable on "countdown" in ionic modal.
Countdown not working in ionic modal with scope variable
I have it working in an ionic modal with a scope variable:
html:
<timer interval="1000" countdown="countdownTime">{{countdown}}</timer>
variable bound to scope
in ionicModal
:
scope.countdownTime = 200;