Posts by Fernando • 21 points
1 post
-
2
votes3
answers1028
viewsQ: How do I populate a $Scope (angular) with get. Json (jquery)?
I have a PHP application and use $.getJSON jQuery to fetch data and present it to my user. I would like to fill a table using Angular. How do I fill one $scope with the response of $.getJSON ? Code…