remove old code

This commit is contained in:
Matteo Pagliazzi
2013-10-28 22:22:33 +01:00
parent 36229ac44c
commit 19433f7100

View File

@@ -16,10 +16,6 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Groups', '$http', 'A
group._editing = false;
}
$scope.assignGroupLeader = function(group){
if(group._newLeader && group._newLeader._id) group.leader
}
$scope.addWebsite = function(group){
group.websites.push(group._newWebsite);
group._newWebsite = '';