gpranav88-zz / clothzy-MVP

Clothzy MVP
0 stars 0 forks source link

Home page images -> thumbnails (screenshot) #21

Closed agamdua closed 10 years ago

agamdua commented 10 years ago

screen shot 2014-01-24 at 8 47 54 pm

agamdua commented 10 years ago

The images aren't being dynamically called because of a callback problem in the JS code. Will need to have a look at this.

To elaborate, there are repeated requests to the images, where the id's are trickling in by third iteration.

agamdua commented 10 years ago

Image callback bug fixed on local, will push by evening: @gpranav88, @kartikdhar

Wasn't just callback, there was some AngularJS jiujitsu (okay not tough) involved - which I was happy I figured out myself! :) He helped with callbacks though and I'm going to have to read more about async JS in general (promises, deferred, etc) which will give access to more libraries and easier way of doing things.