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
// Bind model to element's HTML contentvarmessage=$$({txt:"I'm text from a model"},'<div data-bind="txt"/>');$$.document.append(message);message.model.set({'txt':''});
This code doesn't change the DOM:
Simplest correction:
The text was updated successfully, but these errors were encountered: