Looks like $eval
could work.
Try:
<div class="row" ng-repeat="i in $eval(json)">
<div class="col-xs-8 text-right">{{i}}</div>
</div>
Looks like $eval
could work.
Try:
<div class="row" ng-repeat="i in $eval(json)">
<div class="col-xs-8 text-right">{{i}}</div>
</div>