Hello, I'm looking for information in a local database with the following code:
var app = angular.module('app',[]);
app.controller('conexao',function($scope, $http){
$scope.names = [];
$http.get('http://localhost/angular/conect/connec...
asked by
25.11.2015 / 23:03