-
-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(nav-model): allow title to be set at any time by an active navModel
fixes #69
- Loading branch information
1 parent
6f702a9
commit 5ac335d
Showing
5 changed files
with
50 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"classes":[{"name":"NavModel","file":"/Users/bsmith/Code/router/src/nav-model.js","line":1,"description":"Class for storing and interacting with a route's navigation settings","is_constructor":1,"methods":[],"properties":[{"line":12,"description":"True if this nav item is currently active.","name":"isActive","type":"Boolean"},{"line":19,"description":"The title.","name":"title","type":"String"},{"line":26,"description":"This nav item's absolute href.","name":"href","type":"String"}],"events":[]},{"name":"Redirect","file":"/Users/bsmith/Code/router/src/navigation-commands.js","line":13,"description":"Used during the activation lifecycle to cause a redirect.","is_constructor":1,"params":[{"name":"url","description":"The url to redirect to.","type":"String"}],"methods":[{"line":27,"description":"Called by the activation system to set the child router.","name":"setRouter","params":[{"name":"router","description":"","type":"Router"}]},{"line":37,"description":"Called by the navigation pipeline to navigate.","name":"navigate","params":[{"name":"appRouter","description":"- a router which should redirect","type":"Router"}]}],"properties":[],"events":[]}],"methods":[],"properties":[],"events":[]} | ||
{"classes":[{"name":"NavModel","file":"/Users/bsmith/Code/router/src/nav-model.js","line":1,"description":"Class for storing and interacting with a route's navigation settings","is_constructor":1,"methods":[{"line":48,"description":"Sets the route's title and updates document.title.\n If the a navigation is in progress, the change will be applied\n to document.title when the navigation completes.","name":"setTitle","params":[{"name":"title","description":"The new title.","type":"String"}]}],"properties":[{"line":12,"description":"True if this nav item is currently active.","name":"isActive","type":"Boolean"},{"line":19,"description":"The title.","name":"title","type":"String"},{"line":26,"description":"This nav item's absolute href.","name":"href","type":"String"},{"line":33,"description":"Data attached to the route at configuration time.","name":"settings","type":"Any"},{"line":40,"description":"The route config.","name":"config","type":"Object"}],"events":[]},{"name":"Redirect","file":"/Users/bsmith/Code/router/src/navigation-commands.js","line":13,"description":"Used during the activation lifecycle to cause a redirect.","is_constructor":1,"params":[{"name":"url","description":"The url to redirect to.","type":"String"}],"methods":[{"line":27,"description":"Called by the activation system to set the child router.","name":"setRouter","params":[{"name":"router","description":"","type":"Router"}]},{"line":37,"description":"Called by the navigation pipeline to navigate.","name":"navigate","params":[{"name":"appRouter","description":"- a router which should redirect","type":"Router"}]}],"properties":[],"events":[]}],"methods":[],"properties":[],"events":[]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters