Merge pull request #3223 from jimmyjones2/clickable

Make time rounding label clickable
This commit is contained in:
Khalah Jones Golden 2015-03-06 09:32:16 -04:00
commit 9070bf5a8c

View file

@ -91,12 +91,14 @@
</div>
<br>
<div class="small">
<input
ng-model="relative.round"
ng-checked="relative.round"
ng-change="formatRelative()"
type="checkbox">
round to the {{units[relative.unit]}}
<label>
<input
ng-model="relative.round"
ng-checked="relative.round"
ng-change="formatRelative()"
type="checkbox">
round to the {{units[relative.unit]}}
</label>
</div>
</div>