关于angularjs指令ng-repeat的问题_百度知道
app.controller("MyController",function($scope){ $scope.datt=[2,2,3,4,...template:"{{x}}" } })ng-reapeat为什么不能获取到父控制器的datt数据???...更多关于ng-repeat ng-controller 的问题的问题>>
AngularJS ng-repeat 指令 | 菜鸟教程
{{x}}var app = angular.module("myApp", []);app.controller("myCtrl", function($scope) { $scope.records = [ "菜鸟教程1", "菜鸟教程2", "菜鸟...