AngularJS - ngRepeat - override html rendering -
i have following ng-repeat code:
<div ng-repeat="item in items">{{item}}</div>
is there way programatically javascript variable 'final' html output of each of repeated items instead of rendering on page?
hope that's clear enough.
Comments
Post a Comment