angularjs的ng-repeat内包含另外一个ng-repeat,并使用split进行分割

如下数据:

angularjs使用ng-repeat循环显示这些记录,但是还得split分割Tags,并ng-repeat单独显示。

ng-repeat="t in n.Tags.split(' ')"
原文地址:https://www.cnblogs.com/insus/p/13900976.html