Fixed small bug on roles name edit
parent
d027586b9d
commit
c6d4a17ddc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue