Change binds on the tags page to bindonce

This makes building the DOM in Angular faster
This commit is contained in:
Joseph Schorr 2015-06-25 16:09:50 -04:00
parent 672e8a5ba9
commit 2ef105dd8c
2 changed files with 24 additions and 21 deletions

View file

@ -1,2 +1,2 @@
<a href="/repository/{{ repository.namespace }}/{{ repository.name }}/image/{{ imageId }}"
class="image-link-element">{{ imageId.substr(0, 12) }}</a>
<a bo-href-i="/repository/{{ repository.namespace }}/{{ repository.name }}/image/{{ imageId }}"
class="image-link-element" bindonce>{{ imageId.substr(0, 12) }}</a>