Working on redo for backbone models and views.
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 22 Aug 2017 20:49:56 +0000 (16:49 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 22 Aug 2017 20:49:56 +0000 (16:49 -0400)
commitba1fa3ace16207e7eece6be68942289061cd1fa1
treedee4c2799d328711d65c5d84f1ccc49562022db9
parent0083233fa4447e500f9f51dee637549cd5c84eae
Working on redo for backbone models and views.

Creating new model for registrant. Adding edit method to the view to
allow editing of the registrant name and email.
css/front.css
js/collections/eventRegistrantList.js [new file with mode: 0644]
js/eventRegApp.js
js/lib/backbone.localStorage.min.js [new file with mode: 0644]
js/models/eventRegistrant.js [new file with mode: 0644]
js/views/eventRegApp.js [new file with mode: 0644]
js/views/eventRegistrant.js [new file with mode: 0644]
js/views/eventRegistrantList.js [new file with mode: 0644]
models/front/registrations/registration.php
views/front/registrations/registration.html