标签: javascript arrays angularjs angularjs-scope
我试图在指令中使用父作用域中的值,但看起来我在量子物理领域处理:如果我从作用域中查看我想要的内容,它似乎消失了
console.log($scope.bundle); // array console.log($scope.bundle[0]); // [] (empty array.. should not be) window.test = $scope.bundle; in console: test[0]; //{...} //has content