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

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

Circular Dependencies For A Web App Using Backbone.marionette And Requirejs

I am in the following situation. I am using requireJs to loads module and I don't want to use g… Read more Circular Dependencies For A Web App Using Backbone.marionette And Requirejs

Weird Behavior Of Marionettejs Compositeview

I am working with MarionetteJS compositeView. For some reason i am getting a recursive template beh… Read more Weird Behavior Of Marionettejs Compositeview

Events Between Marionette.compositeview And Marionette.itemview

I have two modules itemView.js and ListView.js. Everything works when I fetch the data. The pro… Read more Events Between Marionette.compositeview And Marionette.itemview

Marionette.js With Rails (devise) Authentication

Curious as to how people usually handle this. My strategy is to have an authorized root route and … Read more Marionette.js With Rails (devise) Authentication

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

Marionette.js CollectionView, Only Render Specific Models

I am refactoring my Backbone.js application to use Marionette.js, and I am trying to wrap my head a… Read more Marionette.js CollectionView, Only Render Specific Models

Events Between Marionette.CompositeView And Marionette.ItemView

I have two modules itemView.js and ListView.js. Everything works when I fetch the data. The pro… Read more Events Between Marionette.CompositeView And Marionette.ItemView