Skip to content

Commit

Permalink
FLUID-6112: move into navigation section.
Browse files Browse the repository at this point in the history
  • Loading branch information
waharnum committed Mar 7, 2017
1 parent 0cba5b9 commit 9060bec
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions site-structure.json
Expand Up @@ -145,6 +145,13 @@
"categoryHref": "/index-tutorials.html",
"sections":
[
{
"sectionName":"Introduction",
"pages":
[
{ "pageName": "Developer Introduction to the Infusion Framework", "href": "/tutorial-developerIntroduction/DeveloperIntroductionToInfusionFramework.html" }
]
},
{
"sectionName":"Getting Started",
"pages":
Expand Down
Expand Up @@ -241,7 +241,7 @@ fluid.defaults("fluid.helloWorld", {
});
```

Then, from the console, we'll use the ChangeApplier to change the model; notice how the modelListener we defined responds to the change and updates the message again:
Then, from the console, we'll use the `ChangeApplier` to change the model; notice how the modelListener we defined responds to the change and updates the message again:

`helloWorld.applier.change("message", "Goodbye, World!");`

Expand Down

0 comments on commit 9060bec

Please sign in to comment.