Skip to content

Commit ad92c83

Browse files
authored
Update textarea.js
1 parent f5c250e commit ad92c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/textarea.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default ngModule => {
66
name: 'textarea',
77
template: '<textarea class="" ng-model="model[options.key]"' +
88
' ng-class="options.formControl.$invalid && options.formControl.$pristine == false ? \'is-invalid-input\' : \'\'"></textarea>',
9-
wrapper: ['templateLabel', 'templateHasError'],
9+
wrapper: ['foundationLabel', 'foundationHasError'],
1010
defaultOptions: {
1111
ngModelAttrs: {
1212
rows: {attribute: 'rows'},

0 commit comments

Comments
 (0)