fix #264
parent
8b466a8f76
commit
997d803abd
|
@ -598,6 +598,7 @@ UsPointsDirective = ($repo) ->
|
|||
selectedRoleId = _.keys(us.points)[0]
|
||||
|
||||
showPopPoints = () ->
|
||||
$(".popover").hide()
|
||||
$el.find(".pop-points-open").remove()
|
||||
$el.append(pointsTemplate({ "points": $scope.project.points }))
|
||||
dataPointId = us.points[updatingSelectedRoleId]
|
||||
|
@ -610,6 +611,7 @@ UsPointsDirective = ($repo) ->
|
|||
$el.find(".pop-points-open").show()
|
||||
|
||||
showPopRoles = () ->
|
||||
$(".popover").hide()
|
||||
$el.find(".pop-role").remove()
|
||||
rolePoints = _.clone(_.filter($scope.project.roles, "computable"), true)
|
||||
|
||||
|
|
Loading…
Reference in New Issue