-
I'm thinking something like "request" and "request:"
-
Allow class descriptions to collapse, or shorten considerably.
-
Hi there, I'm wondering what is the purpose of adding the context param to the each call in filterAll function in the BackboneJS implementation?
Here's the current code:
``` js
filterOne: function(t…
-
Hello Everyone,I've been trying to develop an app in phonegap in Windows phone 8. Everything works fine in iOS and Android, but I'm getting a really strange error message.
ERROR: failed to InvokeMeth…
-
Hi Guys,
I love Angular. It is the future of the web. When it comes to creating apps that facilitate a finite number of user pathways, it has no match. However, when trying to create infinite-stat…
-
Hi axelale,
How do you plan to implement double function call? It's a new idea to me for that kind of implementation. Are you gonna use concurrency based to implement this one or using a worker?
-
hi @stogi,
I was hoping you could push 1.5.2 to the grails plugin site so I could use Underscore 1.5.2 for a backbone plugin (https://github.com/groovydev/backbonejs-grails-plugin/pull/5) upgrade.
-
Hi All,
I defined one of the cell in my backgrid as Backgrid.UriCell and the href has the value of the column and I want to change the href of the column but don't know how. Any help is greatly apprec…
-
I have listened for an collection events in my View by
```
collectionEvents: {
'reset': 'render',
},
```
It works well with backbone 0.9.9, but not with backbone 1.0.
Moreover…
-
The README says:
```
var errors = form.commit(); // runs schema validation
or
var errors = form.commit({ validate: true }); // runs schema and model validation
```
However passing `{validate: false…