Skip to content

Commit

Permalink
added submit
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-guo committed Apr 10, 2012
1 parent 68f0936 commit 9ca8cdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controllers/users_controller.js
Expand Up @@ -24,7 +24,7 @@ var currUser = "Daniel";
}); });


action(function submit() { action(function submit() {
console.log("submit"); console.log("at submit");
render(); render();
u1 = new UserModel(); u1 = new UserModel();
u1.username = "Daniel"; u1.username = "Daniel";
Expand Down
2 changes: 1 addition & 1 deletion app/views/users/submit.jade
@@ -1,4 +1,4 @@
!!! 5 !!! 5
html(lang="en") html(lang="en")
head head
title= hello title hello

0 comments on commit 9ca8cdb

Please sign in to comment.