Code typo in unload documentation
This commit is contained in:
parent
0ea9fac07e
commit
7585d9e5a3
1 changed files with 2 additions and 2 deletions
|
|
@ -243,7 +243,7 @@ var MyApp = {
|
|||
return [
|
||||
m("button[type=button]", {onclick: function() {ctrl.loaded = false}}),
|
||||
ctrl.loaded ? m.module(MyComponent) : ""
|
||||
])
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -663,4 +663,4 @@ var Demo = {
|
|||
}
|
||||
|
||||
m.module(document.body, Demo)
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue