Skip to content

Commit

Permalink
Fix: #32
Browse files Browse the repository at this point in the history
  • Loading branch information
leftstick committed Nov 15, 2017
1 parent 008f84f commit 7a004a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/components/apidoc/docControl.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {
<div class="snippet" highlight>
<pre><code class="html">
&lt;baidu-map [options]="expression"&gt;
&lt;control type="string" [options]="expression"&gt;&lt;control&gt;
&lt;control type="string" [options]="expression"&gt;&lt;/control&gt;
&lt;/baidu-map&gt;
</code></pre>
</div>
Expand Down
2 changes: 1 addition & 1 deletion demo/components/apidoc/docMarker.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { environment } from '../../environments/environment'
<div class="snippet" highlight>
<pre><code class="html">
&lt;baidu-map [options]="expression"&gt;
&lt;marker [point]="expression" [options]="expression" (clicked)="expression"&gt;&lt;marker&gt;
&lt;marker [point]="expression" [options]="expression" (clicked)="expression"&gt;&lt;/marker&gt;
&lt;/baidu-map&gt;
</code></pre>
</div>
Expand Down

0 comments on commit 7a004a4

Please sign in to comment.