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

Commit f523361

Browse files
deegwesleycho
authored andcommitted
feat(typeahead): add title to matches
Closes #5252
1 parent e8b6a83 commit f523361

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: template/typeahead/typeahead-match.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
<a href tabindex="-1" ng-bind-html="match.label | uibTypeaheadHighlight:query"></a>
1+
<a href
2+
tabindex="-1"
3+
ng-bind-html="match.label | uibTypeaheadHighlight:query"
4+
ng-attr-title="{{match.label}}"></a>

0 commit comments

Comments
 (0)