Comment 3 for bug 1656036

Revision history for this message
Bill Erickson (berick) wrote :

Sharing a proof of concept implementation for feedback.

http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/berick/lp1656036-webstaff-tab-titles

1. Adds a new service for setting the page titles dynamically.
2. When no dynamic title is set, it falls back to the static per-template page titles

If this seems reasonable, I'll flesh it out more. Arguably, the intermediate egPageTitle service is overkill. We could modify $rootScope directly or hang a function directly off egCore to do it.