Angular 1.2 no longer allows multiple isolated scope directives on same element?

后端 未结 2 1020
我寻月下人不归
我寻月下人不归 2020-12-30 15:14

I have some code in an Angular project that use two separate directives with isolated scope. They do not need to share scope, simply exist on the same element. They both alt

2条回答
  •  情话喂你
    2020-12-30 16:11

    You can't have multiple directives asking for isolate scope on the same element. I think your problem may be caused by this unresolved issue in angularjs.

提交回复
热议问题