gridder
gridder copied to clipboard
Angular + Gridder = ng-click directive doesn't work
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
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.
Hi, I am also trying to use gridder with angularjs. Is there any workaround to make it work?