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