[#1489] WIP start adding group edit. remove angular-ui-bootstrap accordion as it

was causing problems.
This commit is contained in:
Tyler Renelle
2013-09-09 16:15:57 -04:00
parent 774fa4f645
commit 09963ee30a
3 changed files with 79 additions and 61 deletions

View File

@@ -7,6 +7,9 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Groups', '$http', 'A
return ~(group.members.indexOf(user._id));
}
$scope.Members = Members;
$scope._editing = {group:false};
// ------ Loading ------
$scope.groups = Groups.groups;