[i18n] tg-2687 #ready-for-test

stable
David Barragán Merino 2015-05-18 18:35:09 +02:00
parent e9f74fb5b7
commit 1347cc8679
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ RolePermissionsDirective = ($rootscope, $repo, $confirm, $compile) ->
return setActivePermissionsPerCategory(categories)
renderResume = (element, category) ->
element.find(".resume").html(resumeTemplate({category: category}))
element.find(".resume").html($compile(resumeTemplate({category: category}))($scope))
renderCategory = (category, index) ->
html = categoryTemplate({category: category, index: index})