Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/server_profile/filters/rolesLocaleString.min.js

define(["angular","cjt/util/locale","lodash"],(function(angular,LOCALE,_){"use strict";var module=angular.module("whm.serverProfile.rolesLocaleString",[]);module.filter("rolesLocaleString",(function(){return function(roles,localeString){var roleNames=_.map(roles,"name");return LOCALE.makevar(localeString,roleNames,roles.length)}}))}));
Back to Directory