Questions tagged as 'ionic'

2
answers

View is loaded before the data in the controller

I'm new to Ionic, and I'm doing an app that from a button, calls a function in a controller. The function makes http and brings data with php to make a list in another view. But ... the view is loaded and the data is not yet available. (The PHP...
asked by 27.01.2017 / 20:17
1
answer

Error ionic build ios?

Can someone help me with the following error in ionic version 1? When compiling with ionic build ios it throws me the following error:    CompileAssetCatalog build / emulator / saltala.app jump / Images.xcassets       cd / Applications...
asked by 23.01.2017 / 19:02
1
answer

Consultation about ionic and bd without internet

My query is the following one, I want to make an app in ionic that allows to send reports of x type to a server rest, well the server works with a bd mongo, here once I have the reports I can do anything, but that happens if the android device w...
asked by 09.12.2016 / 04:19
1
answer

When and why to use database in Mobile Applications

I know that this is not a specific question, which is based on opinions but does not find a better way to know or understand why and when to occupy a database within a mobile application. I work in many native Android applications and hybrid...
asked by 01.12.2016 / 14:58
1
answer

change transitions when switching ionic view - angle [closed]

good community, does anyone know if you can change the style or type of transaction when passing each view? I mean the elements ion-view , and if it is possible that in android show the normal animation and in ios show anothe...
asked by 13.01.2017 / 18:09
1
answer

ng-change AngularJS

Inside a select tag I have a list of numbers (minutes) which, when selected, shows as a result a new list with a range of hours between 08:00:00 and 09:00:00 for example if the number 10 is selected the list to be displayed will have the foll...
asked by 17.10.2016 / 02:45
1
answer

problems with cordova camara ionic

Friends I'm trying to use the camera with ionic this is the controller for the camera but when I run it, I get the error: ionic.bundle.js: 20434 ReferenceError: Camera is not defined and I have removed the plugin platforms and nothing. what can...
asked by 02.10.2016 / 21:31
1
answer

pass variable of the view to the angular factory js

Friends, I want to send this id that prints a ng-repeat <p>{{ p.id }} </p> to a factory to concatenate it in a url http://api/products/"+paramId+"?token=" +localStorage.getItem('token')+"&u...
asked by 02.09.2016 / 01:19
2
answers

How to upload multiple images with $ cordovaFileTransfer

I am programming an application with angular and ionic compatible with android, I need to upload 5 images to a server and use $ cordovaFileTransfer for this purpose, the problem is that trying to upload the 5 images what it does is upload 5 time...
asked by 13.07.2016 / 05:41
1
answer

Use ng-repeat to show the days in calendar form

Trying to migrate a code to Angular which I have done in jquery , which is a calendar with integrated datepicker. The problem is that you have to take into account the following: If the first day of the month falls on any day that is...
asked by 13.06.2016 / 17:47