AngularJS ng-repeat 指令 | 菜鸟教程
AngularJS ng-repeat 指令 AngularJS 参考手册 AngularJS 实例 循环输出多个标题: <body ng-app='myApp' ng-controller='myCtrl'><h1 ng-repeat=...
angularjs中ng-repeat的使用 - 魔豆 - 博客园
2016年9月14日 - 第一个例子:使用ng-repeat最简单的例子 <html ng-app="myApp"> <head> <title>angularjs-demo</title> <script type="text/javascript" src="angular...