From 4682577efe2770caf122d9d3a080a7a6bbd3e906 Mon Sep 17 00:00:00 2001 From: Michael Benford Date: Fri, 22 May 2015 00:45:12 -0300 Subject: [PATCH] perf(all): Use one-time bindings where appropriate --- templates/auto-complete.html | 4 ++-- templates/tag-item.html | 2 +- templates/tags-input.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/auto-complete.html b/templates/auto-complete.html index e14cc27b..9e569c1d 100644 --- a/templates/auto-complete.html +++ b/templates/auto-complete.html @@ -1,11 +1,11 @@
\ No newline at end of file diff --git a/templates/tag-item.html b/templates/tag-item.html index c8f2defd..2bdb3ce9 100644 --- a/templates/tag-item.html +++ b/templates/tag-item.html @@ -1,2 +1,2 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/templates/tags-input.html b/templates/tags-input.html index 1f1607c0..e66a2f55 100644 --- a/templates/tags-input.html +++ b/templates/tags-input.html @@ -5,7 +5,7 @@ ng-repeat="tag in tagList.items track by track(tag)" ng-class="{ selected: tag == tagList.selected }" ng-click="eventHandlers.tag.click(tag)"> - +