From 2bdb88868c3d9907ad676e56a94275b5d3fe6d74 Mon Sep 17 00:00:00 2001 From: Tasos Bekos Date: Sat, 1 Feb 2014 20:50:51 +0100 Subject: [PATCH] refactor(rating): use `track by` in template --- template/rating/rating.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/rating/rating.html b/template/rating/rating.html index 4596adf137..f4ab6bc7ef 100644 --- a/template/rating/rating.html +++ b/template/rating/rating.html @@ -1,5 +1,5 @@ - + ({{ $index < value ? '*' : ' ' }}) \ No newline at end of file