Fixing no roles can estimate errors

stable
Alejandro Alonso 2015-05-22 13:11:08 +02:00
parent f154afb5d9
commit c2e0fbed06
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ div.wrapper.roles(ng-controller="RolesController as ctrl",
div.any-computable-role(ng-hide="anyComputableRole", translate="ADMIN.ROLES.WARNING_NO_ROLE")
div.general-category(translate="ADMIN.ROLES.HELP_ROLE_ENABLED")
div.general-category
span(translate="ADMIN.ROLES.HELP_ROLE_ENABLED")
div.check
input(type="checkbox", ng-model="role.computable", ng-change="ctrl.setComputable()")
div