Closed doggy8088 closed 7 years ago
The output of the ng-binding-oneway snippet is [property]="statment" for now. Only statment (typo) are a replacement. I think property should be an replacement placeholder too.
ng-binding-oneway
[property]="statment"
statment
property
Thanks for pull request, fixed in v4.2.9!
The output of the
ng-binding-oneway
snippet is[property]="statment"
for now. Onlystatment
(typo) are a replacement. I thinkproperty
should be an replacement placeholder too.