Angular 在具有自动绑定功能的聚合物模板中
Angular inside a polymer template with auto-binding
我正在尝试将 angular ui 路由器与核心动画页面一起使用。现在我被卡住了,因为如果我在 core-animated-pages 元素的部分中包含 ui-views,并且所有这些都在 <template is="auto-binding">
元素中,那么转换有效但是 angular 不填充 ui-视图。我认为这是因为 template
使它成为影子 dom.
的一部分
这是一个 plunkr:http://plnkr.co/edit/tYyuKLO1O5JQVtpNg9Th?p=preview
谢谢。
我错了 - 你不必使用 template
。
我正在尝试将 angular ui 路由器与核心动画页面一起使用。现在我被卡住了,因为如果我在 core-animated-pages 元素的部分中包含 ui-views,并且所有这些都在 <template is="auto-binding">
元素中,那么转换有效但是 angular 不填充 ui-视图。我认为这是因为 template
使它成为影子 dom.
这是一个 plunkr:http://plnkr.co/edit/tYyuKLO1O5JQVtpNg9Th?p=preview
谢谢。
我错了 - 你不必使用 template
。