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

Computed fields for Backbone.Model

Results 4 backbone-computedfields issues
Sort by recently updated
recently updated
newest added

Hello @alexbeletsky , I've seen you merged a pull request regarding lodash compatibility. Unless I misseed something it has not yet been published to NPM registry, could you do it...

I am using backbone-computedfields for a referenced object. However, I am loaded the referenced object on demand, it isn't a pre-loaded set. I would like for the computed field to...

computedfield can return function ?

Tested with backbone 1.1.2 In the example below, `m.get('test')` returns undefined http://jsfiddle.net/N4zh4/1/ if i create the model with `var m = new MyModel({x: 2});` it works ``` var MyModel =...