Posted September 08, 2015
high rated
Ok, I think it should work in Firefox now. It looks like the assignment of the AngularJS scope variable was coming to soon for some reason and not actually assigning anything, causing everything else to fail.
So I've wrapped the whole thing in a setTimeout to delay it slightly till everything's loaded correctly.
Let me know if there are any issues.
I'll start looking into the issues with votes and stuff next. For some reason it seems to stop the shortening of the reviews and adding the Read More... bit, but I'm not sure why. I suspect the two are somehow related but I'm really not sure why as I've not done anything to that side of it.
I'll also add an option for sorting by length, and a label with the total number of reviews.
Would you expect the page to reset to 1 any time you change either of the drop downs? That's probably the easiest way to stop it accidentally overrunning into empty pages when you change a setting...
So I've wrapped the whole thing in a setTimeout to delay it slightly till everything's loaded correctly.
Let me know if there are any issues.
I'll start looking into the issues with votes and stuff next. For some reason it seems to stop the shortening of the reviews and adding the Read More... bit, but I'm not sure why. I suspect the two are somehow related but I'm really not sure why as I've not done anything to that side of it.
I'll also add an option for sorting by length, and a label with the total number of reviews.
Would you expect the page to reset to 1 any time you change either of the drop downs? That's probably the easiest way to stop it accidentally overrunning into empty pages when you change a setting...