xpoNlmModule.filter("groupBy",[function(){return _.memoize(function(n,t){return _.groupBy(n,t)},function(n){return _.map(n,"ShipmentId")})}]);xpoNlmModule.filter("sortBy",function(){return function(n,t){return _.sortBy(n,t)}});xpoNlmModule.filter("yesNo",function(){"use strict";return function(n){return n?"Yes":"No"}})