Questions tagged as 'ionic'

1
answer

collection repeat, filter by variables

I work with Ionic 1, I have a collection repeat that I want to filter in the following way: In the controller I have two variables: $scope.diaHoy and $scope.mesHoy . In collection-repeat , I bring item.mes e...
asked by 08.01.2018 / 15:37
0
answers

Compile Cordova JDK 8u191 or 8u192

I have problems compiling an ionic3 app, I have read that if you have many java JDK versions that complicates it, you could give me your opinion based on your experiences on which JDK I should install. Thank you in advance.     
asked by 21.12.2018 / 19:15
1
answer

Do not open my applications in genymotion

I'm trying to debug using the android emulator for pc called Genymotion , but a very strange problem occurs, after installing the application successfully using the command: adb install nombreapp.apk Then I check the emulator, and the a...
asked by 02.05.2016 / 19:36
2
answers

How to generate the .IPA installer for IOS IPhone in an Ionic2 project?

I'm working with Ionic2 on a "Mac X Capitan OS" after executing the command: ionic build ios and / or ionic emulate ios I get it /Users/AppPrueba/platforms/ios/build/emulator/AppPrueba.app ** BUILD SUCCEEDED ** I want to ge...
asked by 02.09.2016 / 20:49
1
answer

Problems with Ionic

When creating an ionic project in the www folder, I am not creating the js files and more than I normally would, or I do not know if this is currently the case. I appreciate the help to get out of doubt. The first image shows the www folder m...
asked by 07.06.2017 / 16:57
1
answer

How can I reload all the controllers with Angular?

Hi, I'm doing an app with Ionic1 and Angular1 and I want to reload all the controllers again when I log out. Thanks. angular .module('starter') .controller('ProfilCtrl', ProfilCtrl); function ProfilCtrl($scope){ var a...
asked by 17.12.2016 / 18:19
1
answer

jsonp does not work with ionic

How about, I've been working on ionic jsonp for about 5 days and the case is that with angularjs it works and with jquery too but when I use jsonp with ionic I can not make it work and it always returns error, here I share my code app.js //...
asked by 18.12.2016 / 18:52