angular
angular copied to clipboard
Fixed change event undefined on template issue
trafficstars
references to https://github.com/formio/angular/issues/848 and https://github.com/formio/angular/issues/812
@travist can we merge this?
Doesn't this make the change handler required? It should be optional. Please advise.
@travist No, it doesn't. Outputs in angular should never be optional.
@travist Ouputs in angular should never be optional and in fact breaks the usage of the output and you cannot use it if it is optional.
Hence this pr.
This change does not require you to use the Output, it does fix the output so that it works.