Closed squarejaw closed 9 years ago
Thank you for fixing that typo!!!
And your profile pic is AWESOME. Seurat, Sunday Afternoon?
Yep, I recently saw it in person in Chicago; pretty awesome to see up close.
Nice. Thanks for the background on what the problem was too -- super helpful!
There are currently two problems with movie ordering. The first occurs in
myMovies.controller.js
. The code is attempting to reorder the movies, but unfortunately the.forEach()
in the lodash chain does not get called because it is deferred until.value()
is called. This is actually the intended behavior!I've copy-pasted the same code into
hostMeeting.controller.js
to reorder the user's movies after their first movie is selected.I also fixed a typo that's been bugging me. :smile: