docs: update attribute-binding.md to correctly describe [attr.binding] rules (#40878)

PR Close #40878
This commit is contained in:
DerekRTP 2021-02-16 15:55:47 -08:00 committed by Zach Arend
parent 2375b85fe0
commit 65baac6055
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Then, you set the attribute value with an expression that resolves to a string.
<div class="alert is-helpful"> <div class="alert is-helpful">
When the expression resolves to `null`, Angular removes the attribute altogether. When the expression resolves to `null` or `undefined`, Angular removes the attribute altogether.
</div> </div>