Skip to content

Commit e52cd7d

Browse files
committed
change in template Label
1 parent adbd395 commit e52cd7d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

dist/angular-formly-templates-foundation.js

Lines changed: 3 additions & 3 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ export default ngModule => {
88
name: 'templateLabel',
99
template: require('./label.html'),
1010
apiCheck: {
11-
templateOptions: c.shape({
11+
templateOptions: {
1212
label: c.string,
1313
required: c.bool.optional
14-
})
14+
}
1515
},
1616
apiCheckInstance: c
1717
},

0 commit comments

Comments
 (0)