search

Home  >  Q&A  >  body text

angular.js - 指令下的指令 面对上级指令ng-repeat的时候 ng-controller会出现多次的问题?

如图 B是A的内部的一部分 整个区域 包括A是根据数据动态生成的,个数不定。

我在定义控制器的时候就有了疑问 想给B区域单独的控制器控制 但是A既然是ng-repeat生成的 那么在B区域写控制器的时候,ng-controller=“BBB” 肯定会出现多次。 这样可以么?我看了很多教程,没有见过ng-controller出现多次的啊?
这样同时带来一个问题,想把不同区域的B的scope数据分隔开,是否存在问题?使用scope : {}做不到 不知道为什么?

PHP中文网PHP中文网2744 days ago526

reply all(1)I'll reply

  • 世界只因有你

    世界只因有你2017-05-15 17:01:18

    In this case, the incoming and outgoing of B can be abstracted, so a better approach is to make B into a directive and handle it separately.

    Hope it helps~ :)

    reply
    0
  • Cancelreply