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

Commit 9197197

Browse files
author
Kent C. Dodds
committed
feat(label-wrapper): Change label to be optional
It makes more sense for the label to be optional because there are no adverse effects by omitting it. Closes #78
1 parent b78e215 commit 9197197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wrappers/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default ngModule => {
88
template: require('./label.html'),
99
apiCheck: check => ({
1010
templateOptions: {
11-
label: check.string,
11+
label: check.string.optional,
1212
required: check.bool.optional,
1313
labelSrOnly: check.bool.optional,
1414
}

0 commit comments

Comments
 (0)