Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
eb353aa808
1 changed files with 2 additions and 2 deletions
|
|
@ -24,10 +24,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(ctrl.userProfile);
|
userProfile.view(ctrl.userProfile)
|
||||||
]),
|
]),
|
||||||
m(".projects", [
|
m(".projects", [
|
||||||
new projectList.view(ctrl.projectList);
|
projectList.view(ctrl.projectList)
|
||||||
])
|
])
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue