| | |
| | | <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"> |
| | | src="/assets/images/default-profile-kisa.png" class="autocomplte-img"> |
| | | {{fn.getPropertyForObject(option, settings.displayProp)}}</label> |
| | | </div> |
| | | </a> |
| | |
| | | <img ng-if="settings.imageable && (option[settings.imagePathProp] != '' && option[settings.imagePathProp] != undefined) && settings.type == 'user'" |
| | | ng-src='{{option.profile}}' class="autocomplte-img"> |
| | | <img ng-if="settings.imageable && (option[settings.imagePathProp] == '' || option[settings.imagePathProp] == undefined) && settings.type == 'user'" |
| | | src="/assets/images/default_profile.png" class="autocomplte-img"> |
| | | src="/assets/images/default-profile-kisa.png" class="autocomplte-img"> |
| | | <span class="option-span" |
| | | translate="{{fn.getPropertyForObject(option, settings.displayProp)}}"></span> |
| | | </a> |