ui.bootstrap.contextMenu
ui.bootstrap.contextMenu copied to clipboard
Added a event for opening
Thanks for your contextMenu. It's really helpful to my work.
I needed a feature about opening. When users try to open contextMenu, I have to figure out whether opening or not. So, I added a handler for 'context-menu-opening'. I modified your example a little bit. link to codepen!
And your code is good for understanding directives in AngularJS. :)
I am working on a huge addition at the moment and a feature related to this will be on it.
@Templarian what do you think of this? @zestime can you also add a change to README to inform of the changes in this PR?
I like this idea a lot, it matches the ability that other Angular UI components have.