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

Results 5 trackr-frontend issues
Sort by recently updated
recently updated
newest added

When entering a VAT to the expanses I erred by entering the monetary value instead of the percentage. A hint saying 'in percent' would help

The current solution is homemade (error-display directive), angular has built in functionality for errors in forms.

When this tag does not match the path that a webserver uses to serve trackr it can lead to infite page reloads. We had this in TeamCity with sed but...

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...

At the moment all require paths are absolute to the base URL '/src'. If the build system allows it they should be replaced with relative URLs to the current module...