backbone_query
backbone_query copied to clipboard
A lightweight query api for Backbone Collections
The following example from .readme will not return any results. Are there any plans to update this library so it is compatible with latest versions of backbone??? Thanks, Justin ```...
Please add support for bower.
I admit to not being very familiar with requirejs but I'm running into some issues trying to load up backbone_query. I'm using backbone boilerplate as a base and I'm unable...
Very similar to [Query Engine](https://github.com/bevry/query-engine) perhaps we should team up :) What are your thoughts? Here is a comparison that I've done up: - [Backbone Query](https://github.com/davidgtonge/backbone_query) - good readme documentation...
First off, this project is awesome. I have data that looks like this: ``` courses = [ { title: "Biology", assignments: [ { done: false, due: "2012-03-05T05:00:00.000Z", }, { done:...