I'm trying to connect to a MySql database using AngularJS. I have a separate .php file that encodes the database into the JSON format. The php file opens fine, and displays valid JSON. However, when I try to connect to the php file via AngularJS and 'ng-repeat', I simply get empty divs.
Here's my plunker, unless you'd rather sift through the code yourself: http://plnkr.co/edit/u2bQXil5TShxpksi90k4?p=preview
I realize you won't see the actual data, but I'm hoping that the problem is something on the surface.