Identify current state in Page Title to enhance Navigation

Issue #1009 resolved
Brian Lewis repo owner created an issue

This issue to roll up some recent sketches:

In current system, the page title is set only on load; therefore while every state change generates a history entry, they are not distinguishable:

Changing the page title on successful completion of a state change tracks history much better, and makes it easy to navigate back to a previously viewed page:

the implemenation is done through UI router so will be portable to angular from angularjs.

The base system name comes from sysParams table APP_NAME key.

Comments (2)

  1. Log in to comment