Posts by Junior Thiesen • 65 points
2 posts
-
1
votes1
answer1474
viewsQ: Angularjs take the $Scope and concatenate into a URL
app js. angular.module("FipeApp", []); angular.module("FipeApp").controller("FipeAppCtrl", function($scope, $http) { $scope.app = "FIPE APP"; $scope.tipos = [{ nome: "Carros", id: "carros" }, {…
-
5
votes2
answers1205
viewsQ: Jquery Autocomplete
I’m having Autocomplete Problems, I can pull the data but autocomplete doesn’t work ! $("#marcas").autocomplete({ source: function (request, response) { $.ajax({ type: 'GET', url:…