Posts by André Alys • 16 points
2 posts
-
0
votes1
answer152
viewsA: Grid system in Ionic
To put the 2 buttons below you can use the ION-FOOTER, that they are already at the bottom, already the image in the middle, you can set the top margim of 50% IE, it will always be in the middle of…
-
0
votes2
answers1155
viewsA: How to declare IF in Ionic
else if ((this._mediaTotal < 70) && (this._mediaTotal > 50)){ this.icone = 'amarelo'; } Fix the middle condition, in your case if average is 30 he and less than 70 and less than 50,…