I have an application using angular 1.6.9. We are using components.
Issue:
I would like open one modal dialog when the main view is loaded completely. Main Veiw contains multiple views which are like different components.
I have tried lots of things like
- $postLink()
- $viewContentLoaded
- creating directive as mentioned here
But still I am not get to the event which is emitted when full view is rendered. Is there a way to figure that out?