Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Findeton committed Sep 8, 2023
1 parent c7a7f43 commit 0496eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avAdmin/admin-controller/admin-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ angular
name: 'census',
icon: 'users',
permsFunc: function() {
return scope.hasPerms(["view-census", "edit"]);
return $scope.hasPerms(["view-census", "edit"]);
}
},
//{name: 'successAction', icon: 'star-o'},
Expand Down

0 comments on commit 0496eb7

Please sign in to comment.