Questions tagged as 'ionic'

1
answer

How to show session data in angularjs?

I'm making a mobile app I already have the login working and saving the values I want in session now I do not know and how to show these values on the page after login. Controller .controller('LoginInterno', function($scope, $http, sessio...
asked by 16.09.2015 / 22:26
1
answer

How to store images in a Javascript object?

I'm developing an app that consists of a map and a camera. At the moment, I want to add the possibility of the user taking a photo with the camera and mark the map where this photo was taken, but I have a hard time storing the photo in the objec...
asked by 30.06.2015 / 20:52
4
answers

Validate Javascript fields

I have several fields and others in display:none (In advance I notice that I have already been in the stack and I even found a similar question but could not get the expected result.) I need to validate them, however I need to enable a...
asked by 03.11.2015 / 03:59
1
answer

Problems installing the Ionic Framework

I'm a beginner with the Ionic framework and I'm having a problem trying to install. Recently I had to format my computer and now I can not install the framework again. When I run the npm install -g ionic command, the error that you c...
asked by 19.02.2015 / 03:14
1
answer

ng-click button inside a label

My intention is for a close button to appear within input so that by clicking on it, the search query is reassembled and returns all items again and not just those of the search in question. This button should disappear as long as the use...
asked by 07.01.2016 / 18:23
2
answers

CSS Menu on Diagonal

I'm developing a layout of a mobile application, which will be developed at IONIC, the client sent us an example of how you would like the application menu, as you can see in the link below: link Could you give me an idea how to get this...
asked by 19.02.2018 / 21:27
2
answers

How to solve JSON.parse problem using Ionic and AngularJS

I have the following error and can not solve: Error: Uncaught SyntaxError: Unexpected token ] in JSON at position 142 at JSON.parse (<anonymous>) at XMLHttpRequest.xmlhttp.onreadystatechange (forma_pag_cad_controller.js:24) The str...
asked by 10.02.2017 / 13:10
2
answers

How to get a Promise value in JavaScript / TypeScript?

I'm starting with Ionic 2, which uses Angular 2, and I'm trying to understand how promises work, since some libs I'm using work have functions that return promises and would like to get the value returned, but the return is always undefined :...
asked by 06.06.2016 / 21:17
1
answer

Change programming language to APK

I have an App in the PlayStore I made using the ionic / and for that reason I would like to create a new App from scratch using another programming language, my question is whether to create a new App in PlayStore or I can only update...
asked by 21.04.2016 / 19:20
2
answers

Sum of values in Array returns NaN

I have an array of requests, 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 have the additional value. .controller('My...
asked by 14.03.2016 / 19:02