You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: