Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
spec(autocomplete): fixes unit test for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Messerle committed Feb 17, 2015
1 parent 16914ec commit c9dd626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/autocomplete/autocomplete.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('<md-autocomplete>', function() {
md-selected-item="selectedItem"\
md-search-text="searchText"\
md-items="item in match(searchText)"\
md-item-text="display"\
md-item-text="item.display"\
placeholder="placeholder">\
<span md-highlight-text="searchText">{{item.display}}</span>\
</md-autocomplete>';
Expand Down

0 comments on commit c9dd626

Please sign in to comment.