Issue #2902: Fix role selector at the new member lightbox

stable
David Barragán Merino 2015-06-18 18:03:36 +02:00
parent e0366ce64f
commit eece62792c
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ CreateMembersDirective = ($rs, $rootScope, $confirm, $loading, lightboxService,
link = ($scope, $el, $attrs) ->
createFieldSet = (required = true)->
ctx = {roleList: $scope.roles, required: required}
ctx = {roleList: $scope.project.roles, required: required}
return $compile(template(ctx))($scope)
resetForm = ->