angular-timer icon indicating copy to clipboard operation
angular-timer copied to clipboard

Cannot use a scope-variable on "countdown" in ionic modal.

Open indralesmana10 opened this issue 9 years ago • 1 comments

Countdown not working in ionic modal with scope variable

indralesmana10 avatar Feb 04 '16 12:02 indralesmana10

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;

santekotturi avatar Apr 17 '16 04:04 santekotturi