mirror of
https://github.com/fergalmoran/dss.web.git
synced 2026-02-21 07:24:01 +00:00
7 lines
318 B
HTML
7 lines
318 B
HTML
<a ui-sref="root.user.mix({user: match.model.user, mix: match.model.slug})" ng-click="dismiss()">
|
|
<div class="user-head" style="width:420px; left: -60px;">
|
|
<img ng-src="{{match.model.image}}" alt="">
|
|
<span ng-bind-html="match.model.display_name | typeaheadHighlight:query"> </span>
|
|
</div>
|
|
</a>
|