Questions tagged as 'ionic'

1
answer

IONIC checkbox list

I have a mini problem, I have a list of checkbox but it is unbalanced, I have the following code with the directive <ion-checkbox> <ion-item class="item-button-right" ng-repeat="item in unitPhysicalStateList" >...
asked by 05.06.2018 / 20:52
2
answers

IONIC- No 'Access-Control-Allow-Origin' header is present

I developed an Ionic application, and I have several requests to PHP files, which return data. this works perfect. Now, when I want to recover a json file with $http.get , I get the following error. Failed to load http://www.xxxxxx.com/e...
asked by 21.10.2017 / 23:28
1
answer

I have an error with [(ngModel)] in an ionic 2 application

I have an error and I do not know what is wrong My code is as follows: Html <ion-col col-12 class="informacion flex" *ngFor=" let edad of edades; let i=index "> <ion-input class="" [(ngModel)]="edad" type="text" placeholder="...
asked by 19.09.2017 / 05:22
1
answer

How to select an html element for the id from the ts with Ionic?

I need to select the instance of a html element for its id from the ts of a page of ionic , how do I do this?     
asked by 16.08.2017 / 23:09
1
answer

The Ionic program makes me the build but it does not generate the APK

I was working with Ionic and I wanted my project to generate the APK to be able to upload it to Play Store , I created a platform Android with the ionic cordova platform add android command and it worked. Then I wanted to create th...
asked by 22.05.2017 / 03:01
1
answer

call get on ionic 2

Good, I am new in this of angular 2 and ionic 2 and I do not understand well the theory of the constructors and some things. I have the following code: import { Injectable } from '@angular/core'; import {Observable} from 'rxjs/Observ...
asked by 13.01.2017 / 17:02
1
answer

Cordova network plugin does not work on a controller

I am using a plugin in order to get the status and connection type of my mobile device through an application. But the plugin only works within $ionicPlatform.ready , at least that happened to me, when I execute it within controller...
asked by 22.10.2016 / 20:17
1
answer

Filter in angular js (ionic framework urlRouter provider)

I am consuming a web services which returns me a json, What I'm doing is first of all put a list of each object with its content and id, When I click on an item I use parameters by url and I enter it by id, since its value is unique, but I have...
asked by 11.05.2016 / 07:30
2
answers

Change the value of an accumulator when a toggle is true or false

I would like to know how I can increase and decrease an accumulator, but depending on the status of the toggle (checkbox). I was able to get it to accumulate when both are active but when, I want to put one in false, it does not decrease, but...
asked by 23.05.2016 / 17:58
1
answer

Error injecting module to delete history in ionic

Trying to erase the history of an app made with ionic create a new module, but trying to inject it generates the following problem    ionic.bundle.min.js: 40 Uncaught Error: [$ injector: modulerr] link $ injector / modulerr? p0 = unicesarAp...
asked by 31.03.2016 / 02:28