BossView
BossView copied to clipboard
Manage your Marionette.js views like a boss! Manages events and rendering of sub-views.
Move all logic out of BossView into a BossMixin. Now we can introduce a BossViewCompositeView
Problem : Calling destroy on BossView object doesn't call destroy on subviews, resulting on a potential memory leak. Subviews' "onDestroy" never get called, and in the Chrome Backbone Debugger we...
It'd be nice if I could `require("bossview")` Thanks
It would be good if _getSubViewRenderConditions would use _.result to resolve the "subViewRenderConditions" property. In the code for our BossView, we want to specify other methods in the View as...