diff --git a/js/controller/CardController.js b/js/controller/CardController.js index fa40eddd3..f379170c2 100644 --- a/js/controller/CardController.js +++ b/js/controller/CardController.js @@ -64,7 +64,7 @@ app.controller('CardController', function ($scope, $rootScope, $routeParams, $lo }; $scope.cardUpdate = function(card) { CardService.update(CardService.getCurrent()); - $scope.status.description = false; + $scope.status.cardEditDescription = false; } $scope.labelAssign = function(element, model) { diff --git a/js/public/app.js b/js/public/app.js index e49678e84..9e624223f 100644 --- a/js/public/app.js +++ b/js/public/app.js @@ -384,7 +384,7 @@ app.controller('CardController', ["$scope", "$rootScope", "$routeParams", "$loca }; $scope.cardUpdate = function(card) { CardService.update(CardService.getCurrent()); - $scope.status.description = false; + $scope.status.cardEditDescription = false; } $scope.labelAssign = function(element, model) { diff --git a/templates/part.card.php b/templates/part.card.php index 95f9431c6..4fc98bf10 100644 --- a/templates/part.card.php +++ b/templates/part.card.php @@ -72,7 +72,7 @@ ng-model="cardservice.getCurrent().description" autofocus-on-insert>