I\'m writing a Mixin to handle when user clicks outside of a view/component.
This is the mixin:
App.ClickElsewhereMixin = Ember.Mixin.create({ onC
You can use the lib ember-click-outside. Worked for me.