From b45932f37d4629af3299f52b53f1f0e43438dc89 Mon Sep 17 00:00:00 2001 From: Vladimir Konushliev Date: Fri, 30 May 2014 15:50:22 +0300 Subject: [PATCH] add missing {{countdown}} to countdown timer example docs --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ac5c49b..e3f4e44 100644 --- a/index.html +++ b/index.html @@ -139,7 +139,7 @@

- The countdown timer <timer interval="1000" countdown="100"/> + The countdown timer <timer interval="1000" countdown="100">{{countdown}}</timer> will start its countdown from 100 until it reaches 0 by ticking every second