Questions tagged as 'ionic'

3
answers

timeout in AngularJS

I'm doing an application in ionic, which uses Angular.js as a base. I have a native splash of ionic with 3s and soon it enters the controller splash that has a video of 5s with an animation. I would like to know how to redirect to another contro...
asked by 24.10.2016 / 01:26
1
answer

Do not want to save form data in ionic POST + PHP + MySQL

It works the way I do in other forms, but this one does not know which error I'm making. I have a "suppliers" table: AforminIonic,normal:<ion-viewview-title="Cadastrar seu Restaurante" hide-nav-bar="false" > <!-- content --&g...
asked by 27.09.2016 / 15:00
2
answers

How to get the cell phone number on the ionic using a cord or phonegap

I'm developing an app and need to get the phone number. I researched a lot on the internet and could not find much. One of the examples I found was this: cordova-plugin-sim but I could not get it to return the number. Here is an example of my...
asked by 13.09.2016 / 16:14
2
answers

Automatically log in to hybrid applications?

I made a login system that searches for user in bd, I am new to mobile development, and wanted a light (idea) on how to login automatically after first access. Same in whatsapp or face that you enter your login data once and then it logs in alon...
asked by 21.11.2016 / 16:38
2
answers

Error and MySQL: [ngRepeat: dupes] Duplicates in a repeater are

I am developing an example with IONIC but it is giving the error: ionic.bundle.js:19387 Error: [ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: usuario in usuarios, Duplicat...
asked by 03.05.2016 / 00:38
1
answer

* ngFor with angular2

I would like to create a loop of repetition, but in this loop I already have the amount of times it will execute. Below is an example of the expected result using javascript. for(i = 0; i < 5; i++) { console.log( i + 'estrelas!'); }...
asked by 27.04.2016 / 18:54
2
answers

How to put email in the login form?

I made a web and mobile application. After registering the user, I am picking up the email and saving it in the localStorage. How can I put this email in the email form of the login form? <ion-view title="Login" hide-back-button="true">...
asked by 16.03.2016 / 15:54
1
answer

Create rotating banner with AngularJS?

I'm trying to create a rotating banner with AngularJS. I want the next 1 minute to be drawn a position of an array of images and to display the reference image. How to do this? I'm trying like this. JS var app = angular.module('star...
asked by 16.12.2015 / 14:27
2
answers

Do RETURN when the function is finished

How do I return to alert("SUCESSO") as soon as I drop into return alert("ELSE"); ? sincronizar: function () { sincronizarCliente().then(function () { alert("SUCESSO"); }, function () { alert("SEM SUCESSO");...
asked by 12.04.2016 / 15:06
1
answer

Definition of Routes IonicFramework

I use tabs to display the contents of an HTML. <ion-view> <ion-nav-title align="left">{{cliente}}</ion-nav-title> <ion-content> <ion-tabs class="tabs-striped tabs-color-balanced"> <ion-tab t...
asked by 06.07.2015 / 19:57