ember-click-outside icon indicating copy to clipboard operation
ember-click-outside copied to clipboard

A set of tools for detecting click events fired outside an element.

Results 2 ember-click-outside issues
Sort by recently updated
recently updated
newest added

# Summary: I tried add this modifier to a modal in our app. The modal is supposed to close if a user clicks outside the main content region. It's closing...

Continues the work by @trevordevore from https://github.com/zeppelin/ember-click-outside/pull/269 And gets the tests passing. What happened was the the dep graph was messed up, so I deleted the lockfile, and things started...