从同一指令访问父作用域/控制器

时间:2014-03-05 13:46:08

标签: angularjs angularjs-directive angularjs-scope

果壳:

<layout direction="horizontal"> <!--ParentX -->
    <layout>ChildA</layout>
    <layout>ChildB</layout>
    <layout direction="vertical"> <!--ParentY -->
        <layout>ChildC</layout>
        <layout>ChildD</layout>
    </layout>
</layout>

如何从儿童点击功能中了解父母的方向?

Plunker

0 个答案:

没有答案