具有自动结合的聚合物模板内的角度

时间:2015-01-02 08:38:21

标签: angularjs polymer angular-ui-router

我正在尝试使用带有核心动画页面的角度ui路由器。现在我被卡住了,因为如果我在核心动画页面元素的部分中包含ui-views,并且所有这些都在<template is="auto-binding">元素内部,那么转换工作但角度不会填充UI的意见。我认为是因为template使它成为影子dom的一部分。

这是一个傻瓜:http://plnkr.co/edit/tYyuKLO1O5JQVtpNg9Th?p=preview

感谢。

1 个答案:

答案 0 :(得分:1)

我错了 - 您不必使用template

以下是你的表现! https://github.com/morgs32/angular-polymer