arunkumarsa7 / PortfolioManagerClient

PortfolioManagerClient
3 stars 2 forks source link

Modify the logic to dynamically update the page title on navigation #14

Closed arunkumarsa7 closed 5 years ago

arunkumarsa7 commented 5 years ago

Modify the logic to dynamically update the page title on navigation.

  1. When user launches the app the app title will be 'Service Level Management | Portfolio Overview'
  2. When user clicks an OE and move in it will change to 'Service Level Management | Portfolio Overview | '
  3. When user comes back to home page the title resets to original
arunkumarsa7 commented 5 years ago

Implemented and merged with develop. Need to investigate better ways of implementing the logic.