Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit ac42fb7

Browse files
author
Kamil Kisiela
committed
Remove bootstrap control-label class from label wrapper element
1 parent 044c6fc commit ac42fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/client/wrappers/label/label.ng.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<label for="{{id}}" class="control-label">
1+
<label for="{{id}}">
22
{{to.label}}
33
{{to.required ? '*' : ''}}
44
</label>

0 commit comments

Comments
 (0)