Fixing task status button

stable
Alejandro Alonso 2015-04-27 08:31:25 +02:00 committed by Juanfran
parent 3b95376686
commit ae7cf6b663
1 changed files with 0 additions and 1 deletions

View File

@ -169,7 +169,6 @@ TaskStatusDisplayDirective = ($template, $compile) ->
}) })
html = $compile(html)($scope) html = $compile(html)($scope)
$el.html(html) $el.html(html)
$scope.$watch $attrs.ngModel, (task) -> $scope.$watch $attrs.ngModel, (task) ->