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
Near the end in layout.js onChildviewAddTodoItem still refers to this.ui, but the ui has been refactored out into the form view at this point. To get this to work I needed to add a parameter to the onChildviewAddTodoItem method and access ui via that object.
https://marionette.gitbooks.io/marionette-guides/content/en/getting_started/tutorial/layouts.html
Near the end in layout.js
onChildviewAddTodoItem
still refers tothis.ui
, but the ui has been refactored out into the form view at this point. To get this to work I needed to add a parameter to theonChildviewAddTodoItem
method and access ui via that object.This also appears in the summary code:
https://marionette.gitbooks.io/marionette-guides/content/en/appendix/getting_started/tutorial/todo_app.html
The text was updated successfully, but these errors were encountered: