angular.module("hyperadmin") .directive "flashMessages", (Flash) -> template: """ """ restrict: "E" link: (scope) -> scope.flash = Flash