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

Integration of ng-bind with ng-repeat. #8

Open
martingg88 opened this issue Aug 15, 2014 · 4 comments
Open

Integration of ng-bind with ng-repeat. #8

martingg88 opened this issue Aug 15, 2014 · 4 comments

Comments

@martingg88
Copy link

How to make the ng-bind to work with ng-repeat in order to include the truncate text in looping.

@coobstar
Copy link

having issues with this as well. it will work if I call $scope.$apply() after the angular.forEach that I populate the list with, but since this is in a callback for $http, it complains that $digest is already happening.

@coobstar
Copy link

ah but it worked when I stored the list in a temporary array and then assigned it to my ng-repeat driver after the forEach was done.

@martingg88
Copy link
Author

great. thanks...

@dibari
Copy link
Owner

dibari commented Aug 29, 2014

@coobstar, you're right in that there is a conflict with $digest here. Can you paste in an example of the non-working code? I'd like to think we can simply modify the directive's priority, but things are generally never that simple.

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

3 participants