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