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

Commit 79b8f67

Browse files
author
Kent C. Dodds
committed
Addng ng-if to label wrapper
1 parent 59e172b commit 79b8f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wrappers/label.html

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

0 commit comments

Comments
 (0)