ng-repeat的作用域问题

ng-repeat会创建一个子作用域,所以在ng-repeat下面要使用参数时,要用$parent.XXXX参数。

示例如下:

原文地址:https://www.cnblogs.com/zipon/p/6548241.html