trackr-frontend
trackr-frontend copied to clipboard
Create a "Don't show if belongs to principal" directive
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"