You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After clicking the steps one by one, you will see that WORLD is shown even though the value of the world property, used in the inner dom-if template, is still false.
Consider the following case: http://jsbin.com/biquxakiqi/1/edit?html,output
After clicking the steps one by one, you will see that WORLD is shown even though the value of the world property, used in the inner dom-if template, is still false.
Result (tested on Chrome):
Adding restamp to the inner dom-if template fixes the issue, as seen in this sample: http://jsbin.com/ducakepone/1/edit?html,output
The text was updated successfully, but these errors were encountered: