GUAC-807 Got rid of useless checked attribute on radio button now model-controlled.

This commit is contained in:
James Muehlner
2014-11-12 08:24:58 -08:00
parent 598e64b757
commit 2a050128c8

View File

@@ -55,7 +55,7 @@
<!-- No IME -->
<div class="choice">
<label><input name="input-method" ng-change="closeMenu()" type="radio" value="ime-none" checked="checked" id="ime-none"/> {{'client.none' | translate}}</label>
<label><input name="input-method" ng-change="closeMenu()" type="radio" value="ime-none" id="ime-none"/> {{'client.none' | translate}}</label>
<p class="caption"><label for="ime-none">{{'client.noneDesc' | translate}}</label></p>
</div>