标签: angularjs angularjs-directive angularjs-scope
我想测试指令控制器的$scope以查看属性是否存在。我遇到的问题是该指令现在使用isolate-scope以便测试它我必须使用范围$$schildTail属性。 这是一些代码:
$scope
isolate-scope
$$schildTail
controller: hcResultsGridCtrl, scope: {}, link: function (scope, lElement) {