So, I'm trying to run rtd on my system for the first time. For some reason I'm getting a load of errors on my Templates:
TypeError: 'undefined' is not an object (evaluating 'Template.cr_notification_area')
at /home/jthomas/git-projects/app/client/care_recipient_client/cr_notification_area.js:6
Every single one of them is on line 6 for every template file, and seem to show up at random for all of my templates.
If I evaluate the same templates from JS console, they return HTML, and work just fine in my application.
So, I'm trying to run rtd on my system for the first time. For some reason I'm getting a load of errors on my Templates:
TypeError: 'undefined' is not an object (evaluating 'Template.cr_notification_area')
at /home/jthomas/git-projects/app/client/care_recipient_client/cr_notification_area.js:6
Every single one of them is on line 6 for every template file, and seem to show up at random for all of my templates.
If I evaluate the same templates from JS console, they return HTML, and work just fine in my application.