Questions tagged as 'ionic'

1
answer

Problem with slidebox and ng-repeat in the ionic framework

I'm trying to create the slidebox of the ionic framework with data returned from the database and the slide is not appearing on the screen. I already tried the solution for this in many places but I only found that I have to use the ionic update...
asked by 11.08.2015 / 15:48
1
answer

How to sum results from a list and display result in a popup in ionic?

I have an actiosheet that opens a popup: InthepopupIwantthetotalofthevaluesinthelisttobedisplayed.Thatis,Ineedtoadd/accumulatethevaluesinthelistanddisplaythesuminthepopup(inthecodebelowthisvalueisfixed).Couldyouhelpme? angular.module('start...
asked by 16.08.2016 / 16:10
1
answer

Angle function does not load in time?

When I try to use the following code in a website template: <img src="{{getImage(estabelecimento)}}"> The image loads correctly, but before loading this error appears in the console:    GET link 404   (Not Found) Everything l...
asked by 14.09.2017 / 08:40
2
answers

How to execute a function after entering the Controller in AngularJS?

I have the following problem, I have more than one angular navigation state that uses the same controller, like this: .state('app.estado-navegacao-1', { url: "/estado-navegacao-1", views: { 'menuContent': { templateUrl: "template...
asked by 30.05.2016 / 19:17
2
answers

How to change the value of an input by a factory?

I have a <input type=file> and I want to add the path of the image to this input to send the form to my webservice. I can get the image path through a factory and I can not change the value of this input by adding the path. How d...
asked by 21.11.2015 / 01:44
1
answer

Image Path Ionic 2

I'm new to Ionic, I come from native development with android and I'm a bit lost in pointing out images at IONIC. I'm creating in the home page, which I call HOME, a menu with four options where the background of each option will be images....
asked by 05.04.2017 / 18:53
1
answer

How do I call a phone number right from my ANGULAR JS AND IONIC application

I have an Ionic + Angular Js application that receives the data from the database and in those my data has the phone number as I do when clicking it calls straight from my application. Thank you for helping me     
asked by 10.07.2016 / 11:31
1
answer

How to use Angular input mask

I use AngularJs and Ionic and am trying to use this Input Mask , but I'm not sure how to do it. I follow the steps and even then this error appears: Angular Error . References in index.html: <script src="js/app.js"></script> &...
asked by 27.10.2015 / 18:48
2
answers

Is it possible to get the user of the firebase through the UID?

Doubt consists of the following problem: I'm having a project using firebase and ionic 3. I am using the authentication mode via E-mail, where you have the email and UID stored. For example: I have 2 registered users at the base. 1_ tes...
asked by 03.07.2018 / 03:24
2
answers

Application rejected by Apple IPv6 error

I developed a hybrid application using Ionic and when I sent it to the Apple Store review it was rejected, I got the following error message:    We discovered one or more bugs in your app when reviewed on iPad and   iPhone running iOS 9.3.5 o...
asked by 05.09.2016 / 21:25