The title element used to say Dashboard - ServicePulse but a recent change broke that so that only the URL was displayed instead.

The previous change caused the AngularJS app to be loaded manually so that we could do a license check. Because of this, the AngularJS directive we were using no longer worked.
Details of change
Removed the community AngularJS directive and introduced our own which works with the manually loaded AngularJS app.