Removing doomline when necesary

stable
Alejandro Alonso 2015-10-15 14:18:44 +02:00
parent 39407acf42
commit a217ed6445
1 changed files with 1 additions and 1 deletions

View File

@ -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