angular-polymer
angular-polymer copied to clipboard
Add API to opt-out the subdirectives
A user might need to turn off certain subdirectives.
For example, when a user wants to use ngControl
together with an [invalid]
binding, the binding will not work because the value of the invalid property gets overwritten by the validationDirective
subdirective. See also: https://github.com/vaadin/vaadin-date-picker/issues/215