orion3dgames / gridder

A jQuery plugin that displays a thumbnail grid expanding preview similar to the effect seen on Google Images.
http://orion3dgames.github.io/gridder/
461 stars 130 forks source link

Angular + Gridder = ng-click directive doesn't work #48

Open bharathitman opened 7 years ago

bharathitman commented 7 years ago

I know this is a jquery only plugin. I am using gridder with angular. The 'expand template' (The expanding preview) of gridder includes buttons. However, these buttons do not propogate ng-click (similar to onclick, but calls a function in the controller instead - think mvc, view calling the controller) events at all. Seems to be a weird issue. $compile service provided by angular doesn't seem to work either

orion3dgames commented 7 years ago

Yes, from what I understand, all content need to be compiled. There must be some way to compile dynamically generated content? I'm not familiar with angular, sorry.

sateesh2499 commented 7 years ago

Hi, I am also trying to use gridder with angularjs. Is there any workaround to make it work?