update build
This commit is contained in:
parent
08798bd6af
commit
33cb8c1179
2 changed files with 2 additions and 2 deletions
|
|
@ -61,10 +61,10 @@ dashboard.controller = function() {
|
||||||
dashboard.view = function(ctrl) {
|
dashboard.view = function(ctrl) {
|
||||||
return m("#example", [
|
return m("#example", [
|
||||||
m(".profile", [
|
m(".profile", [
|
||||||
new userProfile.view(this.userProfile);
|
new userProfile.view(ctrl.userProfile);
|
||||||
]),
|
]),
|
||||||
m(".projects", [
|
m(".projects", [
|
||||||
new projectList.view(this.projectList);
|
new projectList.view(ctrl.projectList);
|
||||||
])
|
])
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue