Questions tagged [backbone-relational]

Get and set relations (one-to-one, one-to-many, many-to-one) for Backbone models.

Get and set relations (one-to-one, one-to-many, many-to-one) for Backbone models.

Resources:

256 questions
-1
votes
1 answer

Reference var from one model to another returns defaults in Backbone

I have a model which sets the defaults like so: var CampModel = Backbone.Model.extend({ defaults: { siteID: $.jStorage.get('currentSiteID'), active: -1, pending: -1, }, url: function () { //some url. …
Yuval
  • 307
  • 3
  • 14
1 2 3
17
18