Remove fa- icons

This commit is contained in:
Julius Haertl
2016-08-15 13:45:00 +02:00
parent 6a74437db8
commit f3cc6a0529
4 changed files with 45 additions and 23 deletions

View File

@@ -277,6 +277,7 @@ app.controller('BoardController', ["$rootScope", "$scope", "$stateParams", "Stat
$scope.labelUpdate = function(label) {
label.edit = false;
LabelService.update(label);
console.log(label);
}
$scope.aclAdd = function(sharee) {