backbone
Backbone supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.
Here are 371 public repositories matching this topic...
-
Updated
Jul 14, 2020 - CoffeeScript
After folding a list item when someone hovers over that folded item, the hover option which have complete[or uncomplete] etc, the fold option must convert to unfold option.
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Jun 2, 2020 - Python
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 it works now:
var Backbone = require("backbone-nested-model");
var User = Backbone.NestedModel.extend({
});
var user = new User();
This is how it should be:
var NestedModel = require("ba
-
Updated
Jul 24, 2018 - JavaScript
Re: https://artsy.slack.com/files/U03QR772P/F7XQB5FPB/image_uploaded_from_ios__1_.png
The mobile show page only display one artist in the artworks column even though the artworks are by multiple artists. It's fine on [desktop](https://github.com/artsy/force/blob/aa4
check links in product page www.autoEdit.io
eg link to user manual STT setup is broke (points to older version of gitbook)
-
Updated
Oct 14, 2019 - CoffeeScript
-
Updated
Mar 22, 2018 - JavaScript
Filter Example
Could you add a filter example to your documentation? I'm going to have to find my own implementation due to time constraints, but I would like to see what you think is the correct way to structure a filter w/backbone-redux.
Filter Example: Show Only Completed Todos, or Show Only Open Todos
This could apply to sorts as well, so basically how best to work with flags on backbone collections?
-
Updated
Oct 29, 2019 - JavaScript
-
Updated
Jul 10, 2017 - JavaScript
instead of
<a href="#notes/index">would be better example to enable push state and use URLs as such
<a href="/notes/index">Backbone.history.start({pushState: true});http://artsy.github.io/blog/2012/06/25/replacing-hashbang-routes-with-pushstate/
-
Updated
Apr 29, 2020 - HTML
if chat support other database storage, why strict dependency of yii2-mongo (yii2-mongo requires ext-mongo - so force to reconfigure environment)
-
Updated
Apr 19, 2015 - JavaScript
-
Updated
Feb 27, 2018 - JavaScript
-
Updated
Mar 8, 2018 - TypeScript
-
Updated
Oct 21, 2015 - JavaScript
-
Updated
Jun 4, 2020 - JavaScript
-
Updated
May 6, 2017 - HTML
-
Updated
Nov 24, 2016 - JavaScript
-
Updated
Mar 4, 2020 - Ruby

I have found a couple of things (so far) not mentioned in the upgrade guide:
{ sort:false }on a CollectionView should now be{sortWithCollection: false}Also, the depreciated section of the upgrade guide in the docs is not displaying correctly.