Hello, I'm thinking trying to build dynamic-table directive, where directive handles data filtering and table controls visibility, and inside directive user can define columns etc.
Trouble is that I got table working (it filters and all), but now when I've data-set modifying controls in parent controller, I can use those functions in directive (remove record, edit record etc.) Here's my directive setup pretty much as it is. http://plnkr.co/edit/LcB6ZEqFzC66vkSf5Ela?p=preview As you can see, filtering and search works, but how could I move items modifying controls outside of directive controller? -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
