Darkswarm.directive "logoFallback", () -> restrict: "A" link: (scope, elm, attr)-> elm.bind('error', -> elm.replaceWith("") )