Questions tagged as 'ionic'

0
answers

Using angular and ionic, how do I traverse a vector by adding a variable of an object?

I have a vector of objects with prices, product name ..., after the customer has clicked on a product I move it to another list, from ordering, after being done this needs to cause me to add the prices of list products and return me a total each...
asked by 13.04.2016 / 16:14
0
answers

Create routes for a single API google Maps API

I have a problem, the problem is the following, I made a request via HTTP I got the JSON data and loaded it inside a for so I was able to load all JSON points into the map: var get = function(url, callback) { var xhr = new XMLHttpReque...
asked by 06.03.2016 / 17:13
1
answer

ionic + AngularJS error list item

I made a list in the ionic that returns some values, but when I click on the list to show these values completely, I can not recover ... My controller: app.factory('services', ['$http', function($http) { var obj={}; obj.getPesso...
asked by 20.02.2016 / 13:10
0
answers

ionic-datepicker - How to render after $ http?

Good afternoon. Next ... I'm not sure if my question is about Ionic or AngularJs. I'm implementing the code below $scope.datepickerObject = { titleLabel: 'Escolha a Data', //Optional todayLabel: 'Hoje', //Op...
asked by 23.02.2016 / 19:35
1
answer

Problem with SplashScreen at IONIC

Has anyone ever had an error similar to this one when trying to give Build in the application? I thought it was the SpalshScreen plugin that is automatically installed ... I upgraded .. It did not work ... I thought it was the Java vers...
asked by 23.02.2016 / 22:24
0
answers

Why does not my ionic app run in the browser?

I made an app with ionic and runs perfectly using ionic serve command. But when I try to run it in the browser does not work right, why this? When you run the app in the browser, the following warning appears in the console:    Unca...
asked by 03.02.2016 / 21:24
0
answers

HTML5 + PHP + JS for android

I have a page in html + js + php that uses navigator.geolocation, it works perfectly in the browser, however, I'm doing tests and would like to "turn" this page into an apk I used xdk and ionic, but when the apk is built it seems that the JS...
asked by 24.02.2016 / 17:55
2
answers

LocalStorage does not save names with an accent?

My ionic app stores user data, such as name, in localStorage. I went to do a test, I logged in with the name of my wife, Flavia, but when I looked at the console in the Resources tab, the name field was null and the id had its user id. I went to...
asked by 17.02.2016 / 18:55
1
answer

Validation messages appearing before submitting form

I am creating a form with Ionic and want to validate the fields after the submitted form. The way I am doing it works, but when I open the page the fields are already marked as invalid and I want it to happen after the form is submitted if there...
asked by 04.01.2016 / 12:52
1
answer

Problem updating scope

Well, I'm having trouble with $ scope. It happens as follows; I have a var in the scope and when updating it introducing more lines, the view continues with the same height, thus not allowing to scroll down to see all the content. Problem exa...
asked by 04.02.2016 / 22:49