Fixing task status button
parent
3b95376686
commit
ae7cf6b663
|
@ -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) ->
|
||||||
|
|
Loading…
Reference in New Issue