Skip to content

Commit f5c250e

Browse files
authored
Update select.js
1 parent 0fec6f9 commit f5c250e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/select.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: 'select',
77
template: require('./select.html'),
8-
wrapper: ['templateLabel', 'templateHasError'],
8+
wrapper: ['foundationLabel', 'foundationHasError'],
99
apiCheck: check => ({
1010
templateOptions: {
1111
options: check.arrayOf(check.object),

0 commit comments

Comments
 (0)