I have appended /File/ in ng-src which calls my Image source from database through Id. How to use use ng-showcondition?
This is my code :
<img ng-src="/File/{{review.ProfileImage}}" class="media-object img-circle">
Anyone have a clue about this ?