Small JS fixes for the PR
This commit is contained in:
parent
f8deb85751
commit
c9812864be
3 changed files with 4 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
<span class="icon-image-view-element">
|
||||
<img ng-src="{{ value }}" ng-if="value.indexOf('http') == 0">
|
||||
<i class="fa" ng-class="value" ng-if="value.indexOf('http') < 0"></i>
|
||||
</span>
|
||||
</span>
|
||||
|
|
Reference in a new issue