remove one-time binding to prevent binding to empty string

This commit is contained in:
alecmerdler 2017-06-02 20:27:52 -07:00
parent ed48dfd599
commit cfcdcde1bc

View file

@ -2,7 +2,7 @@
<div class="id-container"> <div class="id-container">
<div class="copy-container"> <div class="copy-container">
<input id="{{ ::inputId }}" type="text" class="form-control" <input id="{{ ::inputId }}" type="text" class="form-control"
value="{{ ::value }}" value="{{ value }}"
readonly> readonly>
<span class="copy-icon" <span class="copy-icon"
clipboard-copy="#{{ ::inputId }}" clipboard-copy="#{{ ::inputId }}"