diff --git a/archive/v0.1.1/components.html b/archive/v0.1.1/components.html index b0da29f3..3a327011 100644 --- a/archive/v0.1.1/components.html +++ b/archive/v0.1.1/components.html @@ -61,10 +61,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); ]) ]) } diff --git a/archive/v0.1.1/mithril.min.zip b/archive/v0.1.1/mithril.min.zip index 158e3da7..4b80eee7 100644 Binary files a/archive/v0.1.1/mithril.min.zip and b/archive/v0.1.1/mithril.min.zip differ