I have a value {{catadata2.EndorsementList['0'].Rating}}
. Value may have 3 or 4 or 5.
I want to repeat image <img src="/assets/img/rating.png" />
according to that value. if value is 3 imaged should be display 3 time, if value is 4 image should be display 4 time.
Any possible solution to repeat image using angularJS.