Add sorting by object

This commit is contained in:
Julius Haertl
2016-08-16 10:28:37 +02:00
parent 8356b12d29
commit 135d9c9cbc
5 changed files with 29 additions and 6 deletions

View File

@@ -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) {