Add sorting by object
This commit is contained in:
@@ -158,6 +158,7 @@ app.controller('BoardController', function ($rootScope, $scope, $stateParams, St
|
||||
$scope.labelUpdate = function(label) {
|
||||
label.edit = false;
|
||||
LabelService.update(label);
|
||||
console.log(label);
|
||||
}
|
||||
|
||||
$scope.aclAdd = function(sharee) {
|
||||
|
||||
Reference in New Issue
Block a user