Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 9a606dc

Browse files
committed
chore(typeahead): add matcher class
1 parent 6d5b84a commit 9a606dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: src/typeahead/docs/demo.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
<p class="message">select location from drop down.</p>
4343

4444
<ul class="dropdown-menu" role="listbox">
45-
<li ng-repeat="match in matches track by $index" ng-class="{active: isActive($index) }"
46-
ng-mouseenter="selectActive($index)" ng-click="selectMatch($index)" role="option" id="{{::match.id}}">
47-
<div uib-typeahead-match index="$index" match="match" query="query" template-url="templateUrl"></div>
48-
</li>
45+
<li class="uib-typeahead-match" ng-repeat="match in matches track by $index" ng-class="{active: isActive($index) }"
46+
ng-mouseenter="selectActive($index)" ng-click="selectMatch($index)" role="option" id="{{::match.id}}">
47+
<div uib-typeahead-match index="$index" match="match" query="query" template-url="templateUrl"></div>
48+
</li>
4949
</ul>
5050
</div>
5151
</script>

0 commit comments

Comments
 (0)