createBracketsByWeightGroup
全部标签 我的Angular应用程序中有一个看起来像这样的服务:angular.module('BracketService',[]).factory('BracketService',[function(){functioncompareByWeight(a,b){returna.weight-b.weight;}functionfilterWeightGroup(competitors,lowWeight,highWeight){//filterstuff}functioncreateBracketsByWeightGroup(weightGroup){//createsomebracket
我的Angular应用程序中有一个看起来像这样的服务:angular.module('BracketService',[]).factory('BracketService',[function(){functioncompareByWeight(a,b){returna.weight-b.weight;}functionfilterWeightGroup(competitors,lowWeight,highWeight){//filterstuff}functioncreateBracketsByWeightGroup(weightGroup){//createsomebracket