cdawson
07/24/2024, 3:33 PMMartin
07/24/2024, 4:00 PMChris
07/24/2024, 7:34 PM.fetch
in my initialize
function, then I create a reference to the view var view = this;
and after the promise finishes, and I have added the new data to the views model, in .done(...
I call view.render();
which updates the view with my new data.cdawson
07/25/2024, 9:12 AMChris
07/25/2024, 3:56 PMChris
07/25/2024, 4:25 PMcdawson
07/26/2024, 7:54 AM