Well, I'm trying to load a json object to display its information on the screen. The code I'm using is as follows:
(function() {
var app = angular.module('tela', []);
app.controller('TelaController', ['$http', function($http){
var use...
asked by
16.10.2015 / 20:02