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

Commit

Permalink
docs(html): Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlee44 committed Sep 21, 2014
1 parent 3b6aa5f commit 83fa97b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/html/directives/autocomplete.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ <h1 id="autocomplete">Autocomplete</h1>
<p>To use custom templating </p>
<pre><code>&lt;mac-autocomplete mac-autocomplete-url=&quot;someUrl&quot; ng-model=&quot;model&quot;&gt;
&lt;span&gt; {{item.label}} &lt;/span&gt;
&lt;/mac-autocomplete&gt;</code></pre>
<p>Template default to <code>{{item.label}}</code> if not defined </p>
&lt;/mac-autocomplete&gt;
</code></pre><p>Template default to <code>{{item.label}}</code> if not defined </p>
<h3 id="dependencies">Dependencies</h3>
<ul>
<li>mac-menu </li>
Expand Down
4 changes: 2 additions & 2 deletions docs/html/directives/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ <h1 id="menu">Menu</h1>
<p>To use custom templating </p>
<pre><code>&lt;mac-menu&gt;
&lt;span&gt; {{item.label}} &lt;/span&gt;
&lt;/mac-menu&gt;</code></pre>
<p>Template default to <code>{{item.label}}</code> if not defined </p>
&lt;/mac-menu&gt;
</code></pre><p>Template default to <code>{{item.label}}</code> if not defined </p>
<h3 id="parameters">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 </p>
Expand Down

0 comments on commit 83fa97b

Please sign in to comment.