Skip to content

Commit 577b7e4

Browse files
committed
fix: update README.md
1 parent 70c16fd commit 577b7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add a reference to `contextMenu.js`. In your app config add `ui.bootstrap.contex
1616
## Context Menu Settings
1717
- `context-menu-on` - (Default: 'contextmenu') A comma-separated string literal containing the events that will trigger the context menu to appear.
1818
- `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 &lt;ul&gt; elements)
2020
- `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.
2121
- `model` - (See Model Attribute below)
2222

0 commit comments

Comments
 (0)