Fixed small bug on roles name edit

stable
Jesús Espino 2014-12-30 10:50:12 +01:00
parent d027586b9d
commit c6d4a17ddc
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ EditRoleDirective = ($repo, $confirm) ->
$el.on "click", "a.icon-edit", ->
toggleView()
$el.find("input").focus()
$el.find("input").val($scope.role.name)
$el.on "click", "a.save", submit