You could use Ember.Evented
to trigger an event from the controller that the view can listen to. Here is a similar discussion with that example and another idea: Best practices of emitting events bound for a view
You could use Ember.Evented
to trigger an event from the controller that the view can listen to. Here is a similar discussion with that example and another idea: Best practices of emitting events bound for a view