This repository was archived by the owner on Apr 30, 2018. It is now read-only.
This repository was archived by the owner on Apr 30, 2018. It is now read-only.
ngModelAttrs boolean config option fails apicheck #451
Closed
Description
Creating the following type errors in api-check when trying to set ngModelAttrs with a boolean configuration.
return {
name: 'ipaddressMixin',
defaultOptions: {
templateOptions: {
ipaddressType: 'any',
ipaddressAllowAny: false
},
ngModelAttrs: {
ipaddressType: {
attribute: 'ip-valid'
},
ipaddressAllowAny: {
boolean: 'ip-valid-allow-any'
}
}
}
}
Will craft a PR.
Metadata
Metadata
Assignees
Labels
No labels