﻿"use strict";

app.directive("submissionDetailsVoteButtons", ["$rootScope", function ($rootScope) {
    return {
        restrict: 'A',
        scope: false,
        templateUrl: $rootScope.localizeUrl('/spa-app/views/fragments/html/submissionDetailsVoteButtons')
    }
}]);