trackr-frontend icon indicating copy to clipboard operation
trackr-frontend copied to clipboard

Create a "Don't show if belongs to principal" directive

Open alexgutjahr opened this issue 9 years ago • 0 comments

There are quite a few places where we put the principal object in the scope just to test for ng-show="request.employee.id !== principal.id" Instead we should have a directive like (name is WIP) show-not-to-user="request.employee.id"

alexgutjahr avatar Feb 17 '17 15:02 alexgutjahr