父节点 ng-controller="aCtrl " 异步请求 设置scope.key={ } scope.name=" "
子节点 b-directives 需要用到父节点的scope.key scope.name
求解 怎么做 我现在执行b-directives的时候 控制器异步请求还没返回 scope.key={ } scope.name=" " 都不存在
在b-dircetive 的中,向scope.key中添加watch,key复制后,在执行b-direcetive的要处理动作。