| | |
| | | <a role="menuitem" data-id="{{fn.getPropertyForObject(option,settings.idProp)}}" class="option-a height-auto" |
| | | tabindex="-1" ng-click="fn.selectTarget(fn.getPropertyForObject(option,settings.idProp))"> |
| | | <img ng-if="settings.imageable && (option.profile != '' && option.profile != undefined) && settings.type == 'user'" ng-src='{{option.profile}}' class="autocomplte-img"> |
| | | <img ng-if="settings.imageable && (option.profile == '' || option.profile == undefined) && settings.type == 'user'" src="assets/images/default_profile.png" class="autocomplte-img"> |
| | | <img ng-if="settings.imageable && (option.profile == '' || option.profile == undefined) && settings.type == 'user'" src="assets/images/default-profile-kisa.png" class="autocomplte-img"> |
| | | <span class="option-span title-span" |
| | | translate="{{fn.getPropertyForObject(option, settings.displayProp)}}"></span> |
| | | </a> |