We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffbe6b commit 0fec6f9Copy full SHA for 0fec6f9
src/types/radio.js
@@ -5,7 +5,7 @@ export default ngModule => {
5
formlyConfigProvider.setType({
6
name: 'radio',
7
template: require('./radio.html'),
8
- wrapper: ['templateLabel', 'templateHasError'],
+ wrapper: ['foundationLabel', 'foundationHasError'],
9
defaultOptions: {
10
noFormControl: false
11
},
0 commit comments