Improving points visualization

stable
Alejandro Alonso 2014-07-04 13:54:30 +02:00
parent 890c82c004
commit 45c3ab8ee9
1 changed files with 2 additions and 2 deletions

View File

@ -504,7 +504,7 @@ UsRolePointsSelectorDirective = ($rootscope) ->
$scope.$on "uspoints:select", (ctx, roleId, roleName) ->
$el.find(".popover").hide()
$el.find(".header-points").text(roleName)
$el.find(".header-points").text("#{roleName}/Total")
$scope.$on "uspoints:clear-selection", (ctx, roleId) ->
$el.find(".popover").hide()