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

ng data binding #21

Open
AhSem opened this issue Apr 20, 2016 · 3 comments
Open

ng data binding #21

AhSem opened this issue Apr 20, 2016 · 3 comments

Comments

@AhSem
Copy link

AhSem commented Apr 20, 2016

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

@uttesh
Copy link
Owner

uttesh commented Apr 20, 2016

@AhSem thanks, Could you please elaborate, create the codepen with your issue that will help to understand the issue.

@startappsolution
Copy link

Dynamic data not showing.. Means when i want to display {{userdata.first_name}} it shows U only.
Not shown the 1st character of that userdata.first_name.

@uttesh
Copy link
Owner

uttesh commented Jul 18, 2016

@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

dynamic

attribute.

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