Friday, 1 May 2015

Uncaught UndefinedTemplateError: Cannot render the template since it is null or undefined.

define([
'marionette',
// 'templates',
    'underscore',
    'models/Itinerary'
], function (Marionette, templates, _,Model) {
'use strict';
template: templates.route_itinerary_item,


the 'templates' require has been comment out by accident.

No comments:

Post a Comment