﻿"use strict";

// I did this so it was in line with the other login message...
// why is this even like this
app.directive("judgeSiteClosedMessage", ["$rootScope", function ($rootScope) {
    return {
        restrict: "A",
        scope: false,
        templateUrl: $rootScope.localizeUrl("/spa-app/views/fragments/html/judgeSiteClosedMessage")
    }
}]);