fix(config) id="auth" -> data-name="js-auth"

This commit is contained in:
coderaiser 2015-05-19 08:40:19 -04:00
parent 43df69cb9b
commit f7ab752bcf

View file

@ -1,7 +1,7 @@
<ul class="list" >
<li>
<label>
<input id="auth" type="checkbox" {{ auth }} >
<input data-name="js-auth" type="checkbox" {{ auth }} >
Auth
</label>
</li>