Posts by Werlich • 1 point
1 post
-
0
votes1
answer1437
viewsQ: Load JSON via Angularjs
Guys, I’m trying to load a json object to display your information on the screen. The code I’m using is as follows:: (function() { var app = angular.module('tela', []);…