I cannot seem to locate the else.bind
documentation, as explained in the this blog entry.
1 Like
You are correct, the template binding document guide has not been updated yet. You use it like this…
<div if.bind="isTrueValue">True</div>
<div else>False</div>
1 Like
Thanks, I am familiar with how to use it. Actually wanted to point out that it isn’t in the documentation and that it must be updated. Do I need to log an issue on a Github repo rather?
1 Like
Sorry. I also mentioned this in another post and they mentioned what would be most helpful would be to do a github pull request since the documentation is in the src code.