我理解ng-repeat是一个'指令',通常指令有两个阶段:'pre'(向下钻取到dom)和'post'(回来)。
ng-repeat中的哪些阶段会创建新元素(克隆)?
答案 0 :(得分:0)
在PostLink阶段,模板链接到Scope并且视图已更新,在此之前,html没有任何更改。
参考:http://odetocode.com/blogs/scott/archive/2014/05/28/compile-pre-and-post-linking-in-angularjs.aspx