I'm trying to connect to a MySql database with AngularJS via php. I have the data in the php file encoded in JSON, and when I open the php file it displays the data in JSON format. However, when I try to connect Angular with the php file via get(), it just displays blank (but present) divs.
Here's my plunker.
http://plnkr.co/edit/u2bQXil5TShxpksi90k4?p=previewP.S. I realize that you won't be able to see the data, but I'm hoping it's something simple and I'm just missing it.