Skip to content

Commit 1c7c7a9

Browse files
committed
remove apicheck from template lanel
1 parent e52cd7d commit 1c7c7a9

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

dist/angular-formly-templates-foundation.js

Lines changed: 2 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/wrappers/index.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,7 @@ export default ngModule => {
66
formlyConfigProvider.setWrapper([
77
{
88
name: 'templateLabel',
9-
template: require('./label.html'),
10-
apiCheck: {
11-
templateOptions: {
12-
label: c.string,
13-
required: c.bool.optional
14-
}
15-
},
16-
apiCheckInstance: c
9+
template: require('./label.html')
1710
},
1811
{name: 'templateHasError', template: require('./has-error.html')}
1912
]);

0 commit comments

Comments
 (0)