This is a simple dice rolling application built as part of an ember.js tutorial by William Hart. See the tutorial at http://www.williamhart.info/an-emberjs-beginners-tutorial.html.
This software is free to use and released in the public domain.
This is a simple dice rolling application built as part of an ember.js tutorial by William Hart. See the tutorial at http://www.williamhart.info/an-emberjs-beginners-tutorial.html.
This software is free to use and released in the public domain.
| var Feedback = Backbone.Model.extend({ | |
| url: '/feedback', | |
| defaults: { | |
| 'email': '', | |
| 'website': '', | |
| 'feedback': '' | |
| }, |