Skip to content Skip to sidebar Skip to footer
Showing posts with the label Marionette

Use Attributes With Weird Chars In Marionette / Underscore Template

I have a model with attributes names like @id, @type, etc. If I try to use in a Marionette.ItemVie… Read more Use Attributes With Weird Chars In Marionette / Underscore Template

Routes And Controllers In Marionette.js

Im new the Marionette.js. Im currently implementing routes and controllers. In my App.js, I have: … Read more Routes And Controllers In Marionette.js

Marionette Js Access To App From Controller With Requirejs

I want to get access to my main app instance from main controller to render new View. What i want t… Read more Marionette Js Access To App From Controller With Requirejs

Rendering Layouts And Sub-views In Marionette / Backbone.js

I have a working solution in regard to rendering layouts with views in regions in a Marionette appl… Read more Rendering Layouts And Sub-views In Marionette / Backbone.js