OWL ITS + 탐지시스템(인터넷 진흥원)
jhjang
2021-12-08 7b4b71ee33c7a42383d3e6a69885d521fd7b6688
src/main/webapp/custom_components/js-autocomplete-multi/js-autocomplete-multi.html
@@ -47,7 +47,7 @@
                                <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>
@@ -71,7 +71,7 @@
                        <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>