From ae7cf6b663901daf442fc228ba7a1918dff57bb7 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Mon, 27 Apr 2015 08:31:25 +0200 Subject: [PATCH] Fixing task status button --- app/coffee/modules/tasks/detail.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/app/coffee/modules/tasks/detail.coffee b/app/coffee/modules/tasks/detail.coffee index bd25d2f2..f769f852 100644 --- a/app/coffee/modules/tasks/detail.coffee +++ b/app/coffee/modules/tasks/detail.coffee @@ -169,7 +169,6 @@ TaskStatusDisplayDirective = ($template, $compile) -> }) html = $compile(html)($scope) - $el.html(html) $scope.$watch $attrs.ngModel, (task) ->