define(["angular","cjt/util/locale","cjt/core"],(function(t,e,i){"use strict";t.module("cpanel.domains.tableShowing.directive",[]).directive("tableShowing",(function(){var t="directives/tableShowingDirective.phtml",n="domains/"+t;return{templateUrl:i.config.debug?i.buildFullPath(n):t,restrict:"EA",scope:{start:"=",limit:"=",total:"="},transclude:!0,controller:["$scope",function(t){t.getShowingText=function(){return e.maketext("Displaying [numf,_1] through [numf,_2] out of [quant,_3,item,items]",t.start,t.limit,t.total)}}]}}))}));