Emilien Klein
Emilien Klein
Correct. Adding the license text in a LICENSE file would make this easier to find than that single line in the README though. Renaming issue title "Clarify license terms" ->...
Agreed. And the ability to display e.g. reminders for today or those in the past that haven't been marked as done yet.
Related to #330.
Same here, new user left a bit wondering where to go from here. Being new to JavaScript MVC, there is a lot to look around.
Note that until now I have only had models that use the dataTypes `string`, `number` and `date`, and have only encountered this issue with `date`. This issue needs to be...
FWIW: viewpoint of somebody new to MVC in JavaScript (my experience lies with Django models), I don't expect Model to have communication included. The word State makes me feel like...
Hi folks, any idea how to perform this?
The model definition: http://pastebin.com/iMkFb3TG When posting information on the page to create a new record, the following data is posted from the form: ``` {"abbreviation":"Test Object","objectType":"Interface","description":null,"notes":null,"fromDate":null,"toDate":null,"numberOfRecords":null,"relatedGroup":{"abbreviation":"","name":""},"fromSystem":{"systemName":"","vendorName":"","contactName":"","contactPhone":"","contactEmail":""},"toSystem":{"systemName":"","vendorName":"","contactName":"","contactPhone":"","contactEmail":""},"responsiblePerson":{"firstName":"","lastName":""}} ``` As you can...
This is the text version of the screenshot (with another object I've just created). It's the output of `console.log(JSON.stringify(data));` just after `submitCallback` is called. You'll notice that the children data...
Hi there, any thoughts about this issue?