Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Using AngularJS to get twitter JSON data into view

Im using AngularJS to load twitter tweets into my carrousel.

Below is my code. http://jsfiddle.net/ajinkyax/Kk9rL/

at jsfiddle there are lots of errors, please ignore them. I just wanetd to share code.

In my actual project I dont see error, but in my VIEW angularJS doesn't load any content.

Below is my screenshot from my project console: alt text

2 Answers

Sounds like debug time. When you click on "Object" in the console, what data is returned from twitter? My first guess is you haven't targeted the right node in the object returned from Twitter.

i fixed it. see the jsfiddle. :P

i had forgot to use ng-repeat