Templarian / ui.bootstrap.contextMenu

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

add controllerAs option, to make the context menu work with 1.5 component #95

Open arturoromeroslc opened 7 years ago

arturoromeroslc commented 7 years ago

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.