Change binds on the tags page to bindonce
This makes building the DOM in Angular faster
This commit is contained in:
parent
672e8a5ba9
commit
2ef105dd8c
2 changed files with 24 additions and 21 deletions
|
@ -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>
|
Reference in a new issue