Tagged Questions
0
votes
0answers
525 views
Ember.js createRecord possibly not firing
I have an application that saves a user's search criteria in localStorage, where each saved search is represented as an instance of an Ember.js model:
Checklist.SavedSearch = DS.Model.extend({
id: ...