Templarian / ui.bootstrap.contextMenu

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

how to enable/disable the menu dynamically #47

Closed spuerFan closed 7 years ago

deadmann commented 8 years ago

Add Hide / Show too

josetaira commented 7 years ago

There is a parameter called "enabled", which accepts a function or boolean. Just make sure the function returns false if you want to disabled something based on some condition.