Commit 82e4f4ff authored by addyosmani's avatar addyosmani

retrofitting user interface to match classic todo app. Bringing logic closer...

retrofitting user interface to match classic todo app. Bringing logic closer in line with whats expected.
parent 7c70864f
### This is the initial repo for TodoMVC - a rough idea for a new project.
### TodoMVC - common examples for popular JavaScript MVC client-side fameworks
Now more-so than ever, developers are interested in learning how to effectively apply the MVC architecture pattern to their JavaScript projects. The problem most devs experience when starting this process for the first time is trying to figure out which client-side MVC tool they should be using - JavaScriptMVC? Backbone? Spine? Sammy?. The list of solutions goes on.
......
......@@ -37,6 +37,10 @@
Modified to use knockout.js by
<br />
<a href="https://github.com/ashish01/knockoutjs-todos">Ashish Sharma</a>
<br />
Patches/fixes for cross-browser compat:
<br />
<a href="http://twitter.com/addyosmani">Addy Osmani</a>
</div>
<script id="todoitemtemplate" type="text/html">
<li>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment