outback icon indicating copy to clipboard operation
outback copied to clipboard

Knockout-inspired declarative bindings for Backbone.js

Results 7 outback issues
Sort by recently updated
recently updated
newest added

not sure if this is how you would do it ...

Currently, the `options` binding expects to be associated with an attribute containing a jQuery selector that points to a DOM element containing the options and optgroups for the select control....

api

https://github.com/ccoenraets/backbone-cellar http://coenraets.org/blog/2012/02/sample-app-with-backbone-js-and-twitter-bootstrap/ Might want to consider porting them to _localStorage_ since I probably shouldn't introduce irrelevant extra steps.

It doesn't need to be in the main distro. Also, change the syntax to `plural: { count: @foo, word: 'item' }`.

The "on" binding should function as a setter of model attributes. The setter behavior may be extensible. This is not a free-form "eval" binding, and it does not call arbitrary...

Currently, the valueAccessor passed to bindings returns a function which wraps `.get` and `.set`. It would be nice to expose access to `.models` or allow predicate functions in so that...

api