Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Minor updates to section order & a sub-section header #185

Merged
merged 1 commit into from
Sep 28, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions index.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ I hope you find this book helpful!
* [Appending Views](#appendingviews) * [Appending Views](#appendingviews)
* [Better Model Property Validation](#bettermodelpropvalidation) * * [Better Model Property Validation](#bettermodelpropvalidation) *


* #### [RESTful Applications With Backbone.js](#restfulapps)
* [Building RESTful applications](#restful)
* [Apps With Node.js, Express, Mongoose and MongoDB](#stack1)
* [Apps with Ruby, Sinatra, Haml and MongoDB](#stack2)
* [Paginating Backbone.js Requests & Collections](#pagination) *

* #### [Modular Development](#advanced) * #### [Modular Development](#advanced)
* [Introduction](#modularjs) * [Introduction](#modularjs)
* [Organizing modules with RequireJS and AMD](#organizingmodules) * [Organizing modules with RequireJS and AMD](#organizingmodules)
Expand All @@ -60,12 +66,6 @@ I hope you find this book helpful!
* #### Backbone.js Extensions * #### Backbone.js Extensions
* [Backbone Marionette](#marionette) * * [Backbone Marionette](#marionette) *


* #### [RESTful Applications With Backbone.js](#restfulapps)
* [Building RESTful applications](#restful)
* [Apps With Node.js, Express, Mongoose and MongoDB](#stack1)
* [Apps with Ruby, Sinatra, Haml and MongoDB](#stack2)
* [Paginating Backbone.js Requests & Collections](#pagination) *

* #### [Mobile Applications](#mobileapps) * #### [Mobile Applications](#mobileapps)
* [Backbone & jQuery Mobile](#backbonejquerymobile) * [Backbone & jQuery Mobile](#backbonejquerymobile)
* [Practical: Building A Modular Mobile App With Backbone & jQuery Mobile](#practicaljquerymobile) * [Practical: Building A Modular Mobile App With Backbone & jQuery Mobile](#practicaljquerymobile)
Expand Down Expand Up @@ -3508,10 +3508,7 @@ There is a working demo of this in action available [online](http://jsfiddle.net


And you can get the source code and documentation for [Marionette](https://github.com/marionettejs/backbone.marionette) too. And you can get the source code and documentation for [Marionette](https://github.com/marionettejs/backbone.marionette) too.



#### <a name="bettermodelpropvalidation">Better Model Property Validation</a>


# <a name="bettermodelpropvalidation">Better Model Property Validation</a>


As we learned earlier in the book, the `validate` method on a Model is called before `set` and `save`, and is passed the model attributes updated with the values from these methods. As we learned earlier in the book, the `validate` method on a Model is called before `set` and `save`, and is passed the model attributes updated with the values from these methods.


Expand Down