You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Add a reference to `contextMenu.js`. In your app config add `ui.bootstrap.contex
16
16
## Context Menu Settings
17
17
-`context-menu-on` - (Default: 'contextmenu') A comma-separated string literal containing the events that will trigger the context menu to appear.
18
18
-`context-menu-empty-text` - (Default: 'empty') An angular expression containing the string to be used when the context menu is empty
19
-
-`context-menu-class` - A string literal containing a custom class to be added to the context menu (The <ul> elements)
19
+
-`context-menu-class` - A string literal containing a custom class to be added to the context menu (The <ul> elements)
20
20
-`allow-event-propagation` - (Default: false) A boolean determining whether to allow event propagation. Note that if you set this to true, and don’t catch it with something else the browser’s context menu will be shown on top of this library’s context menu.
0 commit comments