Paul Apostol

Results 11 comments of Paul Apostol

I don't know about the demand as everybody runs today to Angular and React. As for myself I'm in search of a good templating stuff for Backbone stack, as I...

Hi. Yes, removed views as in BB. For example I open a SPA and something happens and I want to know how many views are created and removed. I'm setting...

I've tried your example without success. I get: `Rack::Lint::LintError: invalid header name: stubb.response_file`

I don't know if is already solved as it's here for quite some time, I have an idea, not tested. How about transforming arrays into objects when setting the scope...

I am using marionette and I can use HTMLBars as standalone. To do that you have to: - add at the beginning of your scripts ``` var DOMHelper = require('../node_modules/htmlbarsify/node_modules/htmlbars/dist/cjs/dom-helper.js').default;...

Some tests made and I just realized that the router works with jQuery Deferred and not with others (like RSVP). Usually a Backbone project is using intensively jQuery and it...

Everything done, I hope, in the right way.

Finally :)) I hope this time is fine.