learning_basics_backbone icon indicating copy to clipboard operation
learning_basics_backbone copied to clipboard

A list of sample codes explaning basics of backbone js. Check readme file for details

Results 1 learning_basics_backbone issues
Sort by recently updated
recently updated
newest added

there's no "false" returned or error in the console unless you put {validate: true} on set func.... like person.set('age', -1, {validate: true}); Age must be positive false Grabbed from http://www.codebeerstartups.com/2012/12/4-adding-validations-in-models-in-backbone-js-learning-backbone-js/...