Skip to main content

All Questions

1 vote
1 answer
221 views

My underscore template won't render my collection in my Backbone App

I'm new to backbone and have been working on my first app. I've been trying to display a collection through an underscore template, however my content isn't showing up. The template exists in require, ...
Paul Thibedeau's user avatar
0 votes
0 answers
131 views

Issue with r.js optimizer and Underscore _.template() function

I have an issue with Underscore (I use an old version [1.3.3] and can't use others for this project) _.template() function after creating optimized build. After optimizing I have a file with all my ...
LordotU's user avatar
  • 43
1 vote
1 answer
77 views

Clicking button did not work in view of backbone js

I am newbie to backbone.js, I create a contact form and want to use it in several pages of my website. I am using text.js to make html file for each template of the project. Here is customer view, ...
titi's user avatar
  • 1,035
0 votes
2 answers
2k views

best pratice to compile all templates files in a unique file with backbone/marionette

I have a huge application built with Backbone, Marionette, Require.js and this is an example of the view that I'm using: define([ 'backbone', 'text!templates/oauth.html' ], function (Backbone, ...
beddamadre's user avatar
  • 1,603