update build

This commit is contained in:
Leo Horie 2014-03-22 17:39:33 -04:00
parent 08798bd6af
commit 33cb8c1179
2 changed files with 2 additions and 2 deletions

View file

@ -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.