Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

viewSegmentContentLoaded event #32

Open
voidmain02 opened this issue Feb 10, 2014 · 1 comment
Open

viewSegmentContentLoaded event #32

voidmain02 opened this issue Feb 10, 2014 · 1 comment

Comments

@voidmain02
Copy link

Is there any way to determine, that viewSegment content has been loaded?

Thank you!

@unkleara
Copy link

Are you referring to html template loaded for specific segment?

 <div class="row anim" app-view-segment="1"></div>

If so, check your network tab under XHR requests.

Following would show "item.html" in name column of network tab

.segment('itemInfo', {
  templateUrl: 'templates/section2/item.html',
    dependencies: ['id']})

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

No branches or pull requests

2 participants