mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
[#1489] add edit-gropu server route, basic editing of group info for now (with markdown!)
This commit is contained in:
@@ -10,6 +10,11 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Groups', '$http', 'A
|
||||
$scope.Members = Members;
|
||||
$scope._editing = {group:false};
|
||||
|
||||
$scope.save = function(group){
|
||||
group.$save();
|
||||
group._editing = false;
|
||||
}
|
||||
|
||||
// ------ Loading ------
|
||||
|
||||
$scope.groups = Groups.groups;
|
||||
|
||||
Reference in New Issue
Block a user