ui.bootstrap.contextMenu
ui.bootstrap.contextMenu copied to clipboard
add controllerAs option, to make the context menu work with 1.5 component
Fixes bug where context menu doesn't work with 1.5 components. Bug reproduced: https://plnkr.co/edit/xvSn7Dqh2qGqhHZvWJuF?p=preview
Fix Details
Add the ability to pass in a value for controllerAs. On click pass in the correct controller bindings by checking if a user is using controllerAs.