Posts by pcsantana • 151 points
5 posts
-
0
votes1
answer57
viewsA: Error search ion-Searchbar
How’s your method of filtering cuponsTotais? Put it on so I can try to help. But basically you need to reset the list. The filter should be done over the list in its initial state. EDIT From your…
-
0
votes1
answer27
viewsA: Proxie no Ionic
This setting only works by running through ionic serve. That is, if you are going to turn the device (Cordova) it will not work. If you have control over the backend, it is interesting to implement…
-
1
votes1
answer183
viewsA: Remove line from footer
To remove this line just add no-border in the ion-footer: <ion-footer no-border class="footerlogo"> <ion-toolbar no-padding> <ion-item class="ionitem"> <ion-title> <button…
-
0
votes2
answers499
viewsA: How to make a Mask input by simulating money with Ionic 2?
The plugin ion-currencymask has helped me well for this purpose which needs.
-
1
votes1
answer492
viewsA: IONIC3 - Error - Typeerror: Undefined is not an Object (evaluating '_co.person.id') - I can’t find the cause of the error
First: By clicking on the "close" button of the error to return to your screen, it shows your code on the page? As your service call is asynchronous, when loading the screen, your object person is…