From fea126f6c46c3c9f6cd105444111b626fdf13544 Mon Sep 17 00:00:00 2001 From: Nuno Goncalves Date: Tue, 15 Nov 2016 17:29:15 +0100 Subject: [PATCH] fix(input): make template reference variable unique Two elements had the same template reference so one was being disregarded and as so the correspondent binding did not refer to the desired element. Signed-off-by: Nuno Goncalves --- src/demo-app/input/input-demo.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/demo-app/input/input-demo.html b/src/demo-app/input/input-demo.html index 2130e211064e..26ccc3afae1b 100644 --- a/src/demo-app/input/input-demo.html +++ b/src/demo-app/input/input-demo.html @@ -59,8 +59,8 @@

Input

- {{characterCountHintExample.characterCount}} / 100 + #characterCountHintInput> + {{characterCountHintInput.characterCount}} / 100

@@ -68,8 +68,8 @@

Textarea

- {{characterCountHintExample.characterCount}} / 100 + #characterCountHintTextarea> + {{characterCountHintTextarea.characterCount}} / 100