Angularjs:ng-repeat何时创建新元素?

时间:2016-05-20 15:37:56

标签: angularjs angularjs-ng-repeat directive

我理解ng-repeat是一个'指令',通常指令有两个阶段:'pre'(向下钻取到dom)和'post'(回来)。

ng-repeat中的哪些阶段会创建新元素(克隆)?

1 个答案:

答案 0 :(得分:0)

在PostLink阶段,模板链接到Scope并且视图已更新,在此之前,html没有任何更改。

参考:http://odetocode.com/blogs/scott/archive/2014/05/28/compile-pre-and-post-linking-in-angularjs.aspx