Views and models calls in Backbone
October 7, 2014
In Backbone, never call view methods directly, call model methods instead. The model methods will then trigger events, which views can respond to.
October 7, 2014
In Backbone, never call view methods directly, call model methods instead. The model methods will then trigger events, which views can respond to.