Posts by Alexandre Scrideli • 61 points
8 posts
-
0
votes1
answer91
viewsA: Error sending json via $http
It was information error. Vo post the code here, to help the guys who have the same problem $http({ //Method alterado method:'POST', url:'http://sistema.tecnologia.ws/pedidoGravar.asp', //Data…
-
0
votes1
answer91
viewsQ: Error sending json via $http
I am trying to send a json via $http.get, but it is returning an error in the console "500 (Internal Server Error)" system.technology.Ws/pedidGravar.Asp:1 Is this error in ASP system or $http…
-
0
votes1
answer271
viewsQ: How to redirect a Popup URL?
I want that when you click on the "ok" button, it goes to the '/home' template, after closing the modal. Below is the popup code: var alertPopup = $ionicPopup.alert({ title: '<b>Pedido…
-
0
votes4
answers140
viewsQ: Factory returns blank result
Good evening. I have a Factory with the all function that picks up over $http, an external json, only it’s returning blank. The json address is http://alescrideli.com.br/kibelicia/categorias.json…
-
1
votes2
answers673
viewsQ: Sum of values in Array returns Nan
I have an array of orders, plus one of them contains an additional value. I made the sum with $watchCollection, plus it is returning Nan result. How do you add these values, when the object does not…
-
0
votes3
answers204
viewsQ: Get function in service.js returns null
I have a Json of categories with an array of products within it. Browse all categories and all products according to the category, you are searching. Now the problem is that I want to return the…
-
1
votes1
answer2734
viewsQ: ng-value with 2 values and 2 ng-model in the same input-radio
In the ion-radio has the ng-value with 2 values. The ng-model is taking the value of ng-value. The problem here is that I want to display these 2 values of ng-value separate. ex: {{data.nomeOpc}}…
-
3
votes1
answer898
viewsQ: Place local Json in external Json $http Angular / Ionic
I want to pull this Json data from the Service by an External Json via $http. I found several examples plus they are not returning result to me. .service('ProdutosService', function($q) { return {…