Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit b78e215

Browse files
author
Kent C. Dodds
committed
refactor(wrappers): They got kinda crazy
1 parent 1512dd4 commit b78e215

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/wrappers/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ export default ngModule => {
66
{
77
name: 'bootstrapLabel',
88
template: require('./label.html'),
9-
apiCheck: check => ({
10-
templateOptions: {
9+
apiCheck: check => ({
10+
templateOptions: {
1111
label: check.string,
1212
required: check.bool.optional,
1313
labelSrOnly: check.bool.optional,
14-
}
15-
})
14+
}
15+
})
1616
},
1717
{name: 'bootstrapHasError', template: require('./has-error.html')}
1818
]);

0 commit comments

Comments
 (0)