django - Partial Load from Ember Model -


i have model such;

logics.files = ds.model.extend({     field1: ds.attr('string'),     field2: ds.attr('string'),     date_changed: ds.attr('date'),     status: ds.attr('number'),  }); 

and when loaded django-rest fields have data coming server when loaded model date_changed , status being filled in. im not sure causing this?

ember 'opinionated' framework , expects attribute names begin lowercase letter. should go flow , adopt lowercase convention.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -