Merge pull request #811 from nextcloud/bugfix/807/edge

Fix edge issues
This commit is contained in:
Julius Härtl
2018-12-20 11:29:57 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ app.controller('BoardController', function ($rootScope, $scope, $stateParams, St
$scope.defaultColors = ['31CC7C', '317CCC', 'FF7A66', 'F1DB50', '7C31CC', 'CC317C', '3A3B3D', 'CACBCD'];
$scope.board = BoardService.getCurrent();
$scope.uploader = FileService.uploader;
$scope.searchText = '';
$scope.startTitleEdit = function(card) {
card.renameTitle = card.title;