Hi Sander Elias,

First of all thanks for your suggestion.
With respect to angular documentation for $postlink 
<https://docs.angularjs.org/api/ng/service/$compile#life-cycle-hooks> ,says 
that it executes after the child directives are compiled ,but not when the 
child directives are using templateURL
What i need is any work around approach / event in angularjs that can tell 
us that DOM of child directives is loaded along with its bindings too.

Thanks,
Chaitanya

On Saturday, 6 January 2018 16:25:11 UTC+5:30, Sander Elias wrote:
>
> Hi Chaitanya,
>
> Assuming you are on an up to date version of AngularJS you should switch 
> to using the $postlink life-cycle hook. Once that hook runs, you can be 
> sure all child directives have been compiled and linked. That works only 
> top-down. I'm not aware of anything that works bottom-up.
>
> Regards
> Sander
>

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to