Templarian / ui.bootstrap.contextMenu

AngularJS Bootstrap UI Context Menu
MIT License
259 stars 127 forks source link

Know which option has been selected #72

Closed tiagomsmagalhaes closed 7 years ago

tiagomsmagalhaes commented 8 years ago

I'm currently trying to use this directive to load a dynamic Menu with dynamic functions. I wanted to know what option has been selected of the menu to then invoke a function in my controller but apparently I can't. Is there a way in the current release?

shihalv commented 8 years ago

I need the same thing. Pre-select the item, then open the context menu.

josetaira commented 8 years ago

I've added the list item that's selected as a parameter in the callback. Is this what you were looking for @tiagomsmagalhaes, @shihalv?

josetaira commented 7 years ago

Closing this from lack of response. If what I added wasn't what you were looking for, kindly reopen this ticket and describe what you need.