关于angularjs指令ng-repeat的问题 50
varapp=angular.module("MyApp",[]);app.controller("MyController",function($scope){$sco...
var app = angular.module("MyApp",[]);
app.controller("MyController",function($scope){
$scope.datt=[2,2,3,4,56,5];
});
app.directive("myDirective",function(){
return {
template:"<div ng-repeat='x in datt'>{{x}}</div>"
}
})
ng-reapeat为什么不能获取到父控制器的datt数据?????? 展开
app.controller("MyController",function($scope){
$scope.datt=[2,2,3,4,56,5];
});
app.directive("myDirective",function(){
return {
template:"<div ng-repeat='x in datt'>{{x}}</div>"
}
})
ng-reapeat为什么不能获取到父控制器的datt数据?????? 展开
2个回答
展开全部
追问
一个模块下边,自定义了一个指令,在自定义指令中用ng-repeat指令无法获取到父控制器的datt数组是这样子!!!
追答
我想你并没有看我链接里的那篇文章吧 我觉得能解决你的问题 你不如先看看
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询