How to bind content with JSON in Ember.js

后端 未结 2 984
逝去的感伤
逝去的感伤 2021-02-06 12:17

All the examples are using fixed data source in the arraycontroller.content, while I am using dynamic data source which is generated from anther web service and returns a JSON,

2条回答
  •  既然无缘
    2021-02-06 13:11

    Take a look at the Ember-data library, it was made for your use-case and related use-cases:

    https://github.com/emberjs/data

提交回复
热议问题