I am using ng-repeat to display an array and call a function to display variabled.
In my case the function returns 1, 2 or 3. Based on the number i need to display the text say
if 1 then display result as begineer, if 2 then display result as moderate, if 3 then display result as expert.
I am aware of ng-show but is there a quick solution for this.
{{getdetails("skilllevel",course.courseID)}}`