Commit b6777615 authored by sherlock's avatar sherlock

select role

parent 457114c0
......@@ -6,7 +6,7 @@ controller('roleMultiSelectorController', ['$scope', 'roleService',
});
$scope.toggleRoleSpan = function(role){
if (!role.data.roleCategoryID){
if (!role.data.roleCategoryId){
return;
}
if (role.isChecked){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment