angular-polymer icon indicating copy to clipboard operation
angular-polymer copied to clipboard

Add API to opt-out the subdirectives

Open platosha opened this issue 8 years ago • 0 comments

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

platosha avatar Jul 27 '16 11:07 platosha