Removing doomline when necesary
parent
39407acf42
commit
a217ed6445
|
@ -581,7 +581,7 @@ BacklogDirective = ($repo, $rootscope, $translate) ->
|
||||||
|
|
||||||
linkDoomLine = ($scope, $el, $attrs, $ctrl) ->
|
linkDoomLine = ($scope, $el, $attrs, $ctrl) ->
|
||||||
reloadDoomLine = ->
|
reloadDoomLine = ->
|
||||||
if $scope.stats?
|
if $scope.stats? and $scope.stats.total_points? and $scope.stats.total_points != 0
|
||||||
removeDoomlineDom()
|
removeDoomlineDom()
|
||||||
|
|
||||||
stats = $scope.stats
|
stats = $scope.stats
|
||||||
|
|
Loading…
Reference in New Issue