{{Value}}
I am getting some numeric value how we can chage image url if value is greaerr than 5 then image url is abc.png
less than 2 then image url is pqr.png
and less than 5 and greatet than 2 then xyz.png
How in angular js it is possibel
In angular js
6 abc.png
1 pqr.png
4 xyz.png