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
The component's create function only gets called upon a rerender of the view (triggered by change in model)
here you see create is not logged until you click on a tab: http://codepen.io/enjalot/pen/JpxGn
The component's create function only gets called upon a rerender of the view (triggered by change in model)
here you see create is not logged until you click on a tab:
http://codepen.io/enjalot/pen/JpxGn
you can also move the
page.model.set(...)
below the fragment code:http://codepen.io/anon/pen/XJBLGL
and then it works
The text was updated successfully, but these errors were encountered: