Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有多个启用了模板和嵌入的指令。我将这些指令作为属性添加到元素中,并且我希望通过一个接一个地应用模板来生成结果标记,其方式类似于函数组合。对于非嵌套指令,这是否可能?
您应该能够通过为指令指定优先级来控制它们的应用顺序来实现您想要的。