Posts by Ítalo Bessa • 85 points
3 posts
-
0
votes1
answer46
viewsQ: Show Page 2 event value in a Page 1 input
I have two pages and I want the value of an event (script below) of Page 2 to be shown in an input of Page 1. HTML of Page 1: <ion-list> <ion-item text-center> <ion-input type="text"…
-
1
votes1
answer254
viewsQ: Sum of <select> values inserted in <input>
I am giving a practiced in Ionic 2, I am building a basic app for this, with some interesting functions to study. I want when the user selects two "ion-option" from two different "ion-select", these…
-
7
votes1
answer6590
viewsQ: Function "change" with <ion-select><ion-option>
all right? I’m struggling, I hope you can help me... I’m studying Ionic 2 a little while and thought I’d make a simple application. In Javascript I managed to do it quietly, but with Ionic does not…