-
Notifications
You must be signed in to change notification settings - Fork 279
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
Are embed ng-repeat working with bindonce directive ? #66
Comments
Do the phone numbers change? If not, you could use bo-repeat. |
bo-repeat ? Damn I didn't see that in the doc... |
I don't think the bo-repeat directive exists... |
Wait. I am a bit confused right now. Sorry. |
Ah right, I was living in the future, see #10. Sorry for that. |
Mmmm ok. The future looks bright. I close for duplicate #10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
If I want to list a collection of phone numbers for a collection of users what should I do to limit the numbers of $watch ?
For example:
It seems that I can't prevent the second ng-repeat from adding watchers.
Hope my question is clear.
Thanks
The text was updated successfully, but these errors were encountered: