I wana add text inside textAngular from ng-repeat like this:
<text-angular required ta-max-text="600" ta-min-text="15" ng-model="form.comment">{{x.text}}</text-angular>
Where {{x.text}}
is text from ng-repeat... Any solution for this?
I wana add text inside textAngular from ng-repeat like this:
<text-angular required ta-max-text="600" ta-min-text="15" ng-model="form.comment">{{x.text}}</text-angular>
Where {{x.text}}
is text from ng-repeat... Any solution for this?