$ scope对象获取先前创建的$ scope对象

时间:2015-04-16 08:02:29

标签: angularjs angularjs-scope

我陷入了一种情况下PLZ的帮助。 我在我的应用程序中使用了jqxTree,当我单击上下文菜单并打开一个jqxwindow时,新的$scope正在创建,它显示以前创建的$scope对象。

$get.h.$new.a {
  $id: "7P3",
  this: $get.h.$new.a,
  $$listeners: Object,
  $$listenerCount: Object,
  $parent: $get.h.$new.a…
}

当调用Controller时,此范围正在创建。 当我使用范围ID获取元素时,它没有显示它正在创建新范围的Div元素。我已使用此代码使用范围ID获取Element。 Get DOM element by scope $id

$get.h.$new.a {
  $id: "3ZJ",
  this: $get.h.$new.a
  $$listeners: Object
  $$listenerCount: Object,
  $parent: null…
}

这个Scope在没有调用控制器的情况下被创建。

0 个答案:

没有答案