angular.module("players.module",["lta.services"]).controller("playerNumbersCtrl",["$scope","$rootScope","data",function(n,t,i){"use strict";n.setData=function(t){n.groups=t},n.getNewData=function(t){var r="/api/OtherPlayersStats?latitude="+t.lat()+"&longitude="+t.lng()+"&distance=50";i.get(n.setData,r,"","object")},n.waitForLocation=function(){t.$watch("userLocation",function(t){t&&n.getNewData(t.geometry.location)})}}])