What's wrong with this code? I'm trying to run it, but in no way does it show me the data coming from the bank!
var app = angular.module('app', []);
app.controller('clienteController', ['$scope', '$http', clienteController]);
functio...
asked by
14.03.2017 / 19:48