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
Descendant bindings of a button widget are only evaluated once, afterwards they are not updated anymore. The reason might be that the descendant bindings are initialized before the widget, but then the widget modifies the DOM.
Descendant bindings of a button widget are only evaluated once, afterwards they are not updated anymore. The reason might be that the descendant bindings are initialized before the widget, but then the widget modifies the DOM.
http://jsfiddle.net/59v2q/1/
The text was updated successfully, but these errors were encountered: