Posts by Allan da Silva • 13 points
1 post
-
1
votes1
answer1181
viewsQ: Problem with 'Access-Control-Allow-Origin' in Angularjs
Follows the code angular.module('App', []) .controller('InstaController',function($scope, $http){ $scope.busca; $scope.buscar = function(){ $scope.getInsta($scope.busca); } $scope.getInsta =…