From 6ac328dd44f884cba1526f7e34712ce28ba0ae26 Mon Sep 17 00:00:00 2001 From: floydpraveen Date: Sat, 17 Aug 2013 02:29:43 +0530 Subject: [PATCH] added input to create task for first time, a page view which will handle the input and add to the list --- public/index.html | 11 +++++++++-- public/javascripts/app.js | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 3c7cc2f..06cfc9c 100644 --- a/public/index.html +++ b/public/index.html @@ -21,25 +21,31 @@
+
+

    - +
    +
    - Make Lists. Not War. <3 Open Source. + Make Lists. Not War. Open Source.
    + + @@ -47,6 +53,7 @@ + diff --git a/public/javascripts/app.js b/public/javascripts/app.js index bbe9f1e..39f7ddb 100644 --- a/public/javascripts/app.js +++ b/public/javascripts/app.js @@ -2,5 +2,5 @@ var app = app || {}; var ENTER_KEY = 13; $(function(){ - new app.ListView(); + new app.Page(); }); \ No newline at end of file