Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Order of execution of pre and post linking functions is not consistent when transcluded content is having ng-repeat #8156

Closed
vinayk406 opened this issue Jul 11, 2014 · 2 comments

Comments

@vinayk406
Copy link

When markup is order of execution is

  1. pre of outer
  2. pre of inner
  3. post of inner
  4. post of outer

when markup is order of execution is

  1. pre of outer
  2. post of outer
  3. pre of inner
  4. post of inner

http://plnkr.co/edit/baLq8wSy54bnSjjUytxE

@Narretz
Copy link
Contributor

Narretz commented Jul 11, 2014

Here's a pull request for a similar bug: #7304

@petebacondarwin
Copy link
Contributor

This is expected. ngRepeat only stamps out its template during digests, the first of which occurs after the compilation has completed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants