Improving points visualization
parent
890c82c004
commit
45c3ab8ee9
|
@ -504,7 +504,7 @@ UsRolePointsSelectorDirective = ($rootscope) ->
|
||||||
|
|
||||||
$scope.$on "uspoints:select", (ctx, roleId, roleName) ->
|
$scope.$on "uspoints:select", (ctx, roleId, roleName) ->
|
||||||
$el.find(".popover").hide()
|
$el.find(".popover").hide()
|
||||||
$el.find(".header-points").text(roleName)
|
$el.find(".header-points").text("#{roleName}/Total")
|
||||||
|
|
||||||
$scope.$on "uspoints:clear-selection", (ctx, roleId) ->
|
$scope.$on "uspoints:clear-selection", (ctx, roleId) ->
|
||||||
$el.find(".popover").hide()
|
$el.find(".popover").hide()
|
||||||
|
|
Loading…
Reference in New Issue