bergie / VIE

Semantic Interaction Framework for JavaScript

Home Page:http://viejs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make services return Collections of Entities

bergie opened this issue · comments

Now many of our services return arrays of Entity objects. It would be better to return them as a Collection so that they would benefit from all the Backbone/Underscore handling methods in a more direct way.