Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
docs(macMenu): Updated mac-menu docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlee44 committed Sep 18, 2013
1 parent f5803ee commit 0419b3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/directives/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ Styles apply to the menu
**mac-menu-index**
Type: `Expression`
Index of selected item
- `index` - {Integer} Item index


2 changes: 1 addition & 1 deletion docs/html/directives/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ <h3>Parameters</h3>
<p><strong>mac-menu-items</strong><br>Type: <code>Expression</code><br>List of items to display in the menu<br>Each item should have a <code>label</code> key as display text </p>
<p><strong>mac-menu-select</strong><br>Type: <code>Function</code><br>Callback on select<br>- <code>index</code> - {Integer} Item index </p>
<p><strong>mac-menu-style</strong><br>Type: <code>Object</code><br>Styles apply to the menu </p>
<p><strong>mac-menu-index</strong><br>Type: <code>Expression</code><br>Index of selected item<br>- <code>index</code> - {Integer} Item index </p>
<p><strong>mac-menu-index</strong><br>Type: <code>Expression</code><br>Index of selected item </p>

0 comments on commit 0419b3b

Please sign in to comment.