I like the approach of separating the dom events logic into its own controller. In backbone the dom events are tied to the view which makes it more difficult to reuse the logic with other views. I've worked around this…
I like the approach of separating the dom events logic into its own controller. In backbone the dom events are tied to the view which makes it more difficult to reuse the logic with other views. I've worked around this…