Fixing sprints counter in backlog
parent
1f6f1f841b
commit
33f540e663
|
@ -167,8 +167,8 @@ CreateBulkUserstoriesDirective = ($repo, $rs, $rootscope) ->
|
||||||
CreateSprint = ($repo, $rs, $rootscope) ->
|
CreateSprint = ($repo, $rs, $rootscope) ->
|
||||||
link = ($scope, $el, attrs) ->
|
link = ($scope, $el, attrs) ->
|
||||||
$scope.milestonesCounter = "--"
|
$scope.milestonesCounter = "--"
|
||||||
bindOnce $scope, "stats", (stats) ->
|
bindOnce $scope, "sprints", (sprints) ->
|
||||||
$scope.milestonesCounter = stats.milestones.length
|
$scope.milestonesCounter = sprints.length
|
||||||
|
|
||||||
submit = ->
|
submit = ->
|
||||||
form = $el.find("form").checksley()
|
form = $el.find("form").checksley()
|
||||||
|
|
Loading…
Reference in New Issue