backbone-nested icon indicating copy to clipboard operation
backbone-nested copied to clipboard

A plugin to make Backbone.js keep track of nested attributes - looking for maintainers! https://github.com/afeld/backbone-nested/issues/157

Results 45 backbone-nested issues
Sort by recently updated
recently updated
newest added

the one call to _.rest needs to be replaced with _.drop which should make the the code compatible with all versions of underscore and lodash... Another backbone compatible library was...

I am facing performance issue when I load a large number of data set from my application. I used javascript profiler to identify the root cause. And found that one...

I have a model which contains the nested model( like 3 l sub level).When this model has large dataset it takes a lot of time to finish execution. I found...

...on `master`: https://travis-ci.org/afeld/backbone-nested/jobs/240652474

Bug
help wanted

I am not really using Backbone for anything right now, much less this plugin, so don't feel like I have the best vantage point to evaluate what features might be...

help wanted

When I `require("backbone-nested-model")` it returns the Backbone object but it should return the NestedModel object so you can instantiate or extend from it a new NestedModel object. This is how...

`model.clear()` does not work when model does not pass validation: https://github.com/afeld/backbone-nested/blob/master/backbone-nested.js#L118-L120 1. What is the logic behind even checking if model is valid when clearing it? 2. `this.validate` is supposed...

While using [Backbone.ModelBinder](https://github.com/theironcook/Backbone.ModelBinder) in correlation to backbone-nested, I encountered some weird chrome errors : ``` Failed to read the 'selectionDirection' property from 'HTMLInputElement': The input element's type ('time') does not...

When I run `grunt`, the `default` task execution begins and in the `qunit` task it fails. This is the output: ``` Running "jshint:files" (jshint) task >> 3 files lint free....

Bug