ngContextMenu
ngContextMenu copied to clipboard
Clicking on menu link ,not calling parent scope callback
In the menu template i have a link
in the parent scope i have select () method, but it is not calling
can you please tell me how to call a method in when click on menu links . It is not in demo also.
I've pushed a few changes which should make it easier to invoke methods – please see the example. Prior to this change you'd need to add the method to every model, which is far from ideal.
Let me know if it works! :+1:
Does this work for you?