-
Does this module work inside of html files in Angular? If so, how do I set it up properly? All the given exampels are in JS files.
-
I use backboneJS to talk with eve on the page. Sometime, after a few successful requests, eve will only return an empty list. These requests have same endpoint and no filter or projection.
And if I w…
-
Regarding the document: http://backbonejs.org/#Model-save. I sent a 201 (or 202, 203) status respond code from server, however, error handler didn't get fired.
-
I am sorry guys i am new to backbonejs. Everything is working fine but when it goes in `addOne` method of `MyApp.Views.Projects.IndexView` view `$(".row-fluid")` div doesnot founded, ( i have verified…
-
The docs (http://backbonejs.org/#Collection-constructor) indicate that the models array is an optional parameter for the Backbone.Collection constructor method:
```
new Backbone.Collection([models], …
-
API em bash/python/node.js
- camada infraestrutural
- criar biblioteca de funções básica, a ser acessada pela aplicação de camada superior (sistema de publicação/visualização) ou outras (cli etc)
-
I started using this plugin recently: https://github.com/othree/javascript-libraries-syntax.vim
It provides nice syntax for js/coffee files that are running any of
`jquery`, `backbonejs`, `angularjs`…
ghost updated
10 years ago
-
Generating the toolbar instead of hard-coding it in pad.html would be much more plugin-friendly + more flexible. My first rough draft on this can be found here: https://github.com/fourplusone/etherpad…
-
```
Uncaught Error: No such method "scroll" for jcarousel instance jquery-2-0-3.min.js:4
x.extend.error jquery-2-0-3.min.js:4
(anonymous function) jquery.carousel.core.js:205
x.extend.each jquery-2-0-…
-
@schmichael
Thinking I should probably implement [backbonejs](http://backbonejs.org/) for the front-end. Will make things much easier to develop moving forward.