Skip to content
Steven Nance edited this page Apr 21, 2015 · 1 revision

Automatic Page Titles

The application will automatically look for a page title for each module/state in the application by looking up the "pageTitle" translation key for the state.

For eaxample on the biz3.homePage state/module, to define the title set in the page you would define a translation like so:

{
   "biz3": {
      "homePage": {
         "pageTitle": "Biz3 Homepage"
      }
   }
}

Full Translation Key: biz3.homePage.title Module: biz3.homePage Identifier: title

{{ 'biz3.homePage.title'|transform }}

Biz3 Homepage

Clone this wiki locally