Skip to content

Commit

Permalink
Merge pull request #176 from yastupin/doc_autocomplete_block
Browse files Browse the repository at this point in the history
[doc] Fix autocomplete doc. closes #176
  • Loading branch information
peec committed Sep 19, 2015
2 parents 3dc8c2e + ad38244 commit 7f0688a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dummy/app/templates/autocomplete.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@

<h3>Template</h3>
{{#code-block language="handlebars"}}
\{{#paper-autocomplete minLength=0 placeholder="Type e.g. ember, paper, one, two etc." source=arrayOfItems model=fourthModel as |item index searchText|}}}
\{{#paper-autocomplete minLength=0 placeholder="Type e.g. ember, paper, one, two etc." source=arrayOfItems model=fourthModel as |searchText item index|}}}
&lt;span class="item-title"&gt;
\{{paper-icon icon="star"}}
&lt;span&gt; \{{paper-autocomplete-highlight searchText=searchText label=item}} &lt;/span&gt;
Expand Down

0 comments on commit 7f0688a

Please sign in to comment.