mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
6 lines
197 B
CoffeeScript
6 lines
197 B
CoffeeScript
angular.module('Darkswarm').directive 'auth', (AuthenticationService) ->
|
|
restrict: 'A'
|
|
link: (scope, elem, attrs) ->
|
|
elem.bind "click", ->
|
|
AuthenticationService.open '/' + attrs.auth
|