-
Notifications
You must be signed in to change notification settings - Fork 54
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
Using {{$index}} id's for ng-repeat #8
Comments
Could you post an example for me on http://jsfiddle.net/ I can try to help you if you give an example of what you are doing. |
Here you go http://plnkr.co/edit/XRcjxB?p=preview This is the last piece I need to work for this test. Any help would be greatly appreciated. |
I tried to incorporate this http://www.nodewiz.biz/angular-js-final-callback-after-ng-repeat/ so that your code would only fire after the ng-repeat was done, but it's not working. I'm new to angular, so I'm being really hacky about this at the moment. |
I'm currently hitting this too, did you find a viable solution that let you pass the $index in the scroll-body? |
I have filtered-grouped-lists that are using ng-repeat. id="itemGroup{{$index}}" works and gives each group an id of #itemGroup0, #itemGroup1 etc. But when I try to use scroll-body="'#itemGroup{{$index}}'" this doesn't work. Is this the correct syntax at this level? Any clarification or help would be greatly appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: