openfoodfoundation/openfoodnetwork

View on GitHub
app/assets/javascripts/admin/dropdown/directives/close_on_click.js.coffee

Summary

Maintainability
Test Coverage
 angular.module("admin.dropdown").directive "closeOnClick", () ->
   link: (scope, element, attrs) ->
     element.click (event) ->
       event.stopPropagation()
       scope.$emit "offClick"