(function () { "use strict"; angular.module("enrPartyBadgeModule", []) .directive("enrPartyBadge", [function () { return { templateUrl: "Scripts/EnrAngular/Directives/enrPartyBadge.html", scope: { badgeColor: "=", badgeLetter: "=" }, restrict: "E" }; }]); }());