-
Notifications
You must be signed in to change notification settings - Fork 34
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
ng data binding #21
Comments
@AhSem thanks, Could you please elaborate, create the codepen with your issue that will help to understand the issue. |
Dynamic data not showing.. Means when i want to display {{userdata.first_name}} it shows U only. |
@startappsolution looks like your code is having bug, because that is very basic scope level issue, nothing do with ngletteravatar, check is your scope is having proper value. for the dynamic data following will help. this issue is addressed and resolved in the previous release, issue https://github.com/uttesh/ngletteravatar/issues/14 and added latest codepen you can test there http://codepen.io/uttesh/pen/akqJYK. use
attribute. |
Hi Uttesh,
The following line works fine, where post.name is a $scope variable.
However, if I replace the $scope variable with a $scope function, it doesn't work.
Is it a bug or limitation? Anyway I can tweak to achieve the second method?
Thank you,
Sem
The text was updated successfully, but these errors were encountered: