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

Commit

Permalink
feat(typeahead): add title to matches
Browse files Browse the repository at this point in the history
Closes #5252
  • Loading branch information
deeg authored and wesleycho committed Jan 14, 2016
1 parent e8b6a83 commit f523361
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion template/typeahead/typeahead-match.html
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
<a href tabindex="-1" ng-bind-html="match.label | uibTypeaheadHighlight:query"></a>
<a href
tabindex="-1"
ng-bind-html="match.label | uibTypeaheadHighlight:query"
ng-attr-title="{{match.label}}"></a>

0 comments on commit f523361

Please sign in to comment.