摘要:
Change the AppointmentView to have a top-level li tag (instead of the default div tag). var AppointmentView = Backbone.View.extend({tagName: 'li'}); M 阅读全文
posted @ 2014-08-01 20:45
Zhentiw
阅读(181)
评论(0)
推荐(0)
摘要:
Our Appointment model doesn't seem too useful yet. Add two default attributes, title as the string "Checkup", anddate which should default to the curr 阅读全文
posted @ 2014-08-01 19:10
Zhentiw
阅读(170)
评论(0)
推荐(0)
摘要:
Welcome to the Anatomy of Backbone.js challenges! We're going to be building a simple Appointment app for our friend, Dr. Goodparts. So, let's get sta 阅读全文
posted @ 2014-08-01 17:52
Zhentiw
阅读(183)
评论(0)
推荐(0)
摘要:
Let's go back to our live-moderation app and add some persistence, first to the questions people ask. Use the lpush command to add new questions to th 阅读全文
posted @ 2014-08-01 01:59
Zhentiw
阅读(132)
评论(0)
推荐(0)