image.html 292 Bytes Edit Raw Blame History 1 2 3 4 <span class="profile-image-wrap" title="{{ctrl.profile.name}}"> <img ng-if="ctrl.profile.image" ng-src="{{ctrl.profile.image.url}}" class="img-responsive profile-image img-avatar"> <i ng-if="!ctrl.profile.image" class="fa {{ctrl.defaultIcon}} fa-5x profile-image img-avatar"></i> </span>