Skip to content

Commit bffbe6b

Browse files
authored
Update multiCheckbox.js
1 parent cf6ffa1 commit bffbe6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/multiCheckbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default ngModule => {
55
formlyConfigProvider.setType({
66
name: 'multiCheckbox',
77
template: require('./multiCheckbox.html'),
8-
wrapper: ['templateLabel', 'templateHasError'],
8+
wrapper: ['foundationLabel', 'foundationHasError'],
99
defaultOptions: {
1010
noFormControl: false
1111
},

0 commit comments

Comments
 (0)