Multiple directives asking for templates on

后端 未结 13 1847
长情又很酷
长情又很酷 2021-01-07 18:18

I have the following HTML:

13条回答
  •  难免孤独
    2021-01-07 18:25

    Both of your directives are trying to replace the element in the dom. Try removing the the replace: true lines in your directive definition object.

提交回复
热议问题