fix typo in components docs
This commit is contained in:
parent
72b6604cbc
commit
08798bd6af
1 changed files with 2 additions and 2 deletions
|
|
@ -24,10 +24,10 @@ dashboard.controller = function() {
|
|||
dashboard.view = function(ctrl) {
|
||||
return m("#example", [
|
||||
m(".profile", [
|
||||
new userProfile.view(this.userProfile);
|
||||
new userProfile.view(ctrl.userProfile);
|
||||
]),
|
||||
m(".projects", [
|
||||
new projectList.view(this.projectList);
|
||||
new projectList.view(ctrl.projectList);
|
||||
])
|
||||
])
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue