Posts by Lucas Santos • 39 points
8 posts
-
2
votes2
answers58
viewsQ: How to read json in angular1?
I have the following json {"message": "457896","additionalData":{"google.message_id":"0:149534266","coldstart":false,"collapse_key":"com.ionicframework.lucasteste693113","foreground":true}} How can…
-
0
votes1
answer429
viewsQ: how to pass parameter to another screen with ionic1 and angular1?
I created a screen with several buttons very similar to this : https://plus.google.com/+JoshuaMorony/posts/Rjhs4RCwek3 When I click on a button it would have an id and this id I get on its route, I…
-
0
votes1
answer1274
viewsA: background image is not appearing in Ionic viewe or compiled app
I got it right away. css .principal-custom { background-color: #FF4500; background-image: url(../img/fundo.jpg); background-size: cover; background-position: center; } main.html <ion-view…
-
0
votes1
answer1274
viewsQ: background image is not appearing in Ionic viewe or compiled app
Background image is not appearing in Ionic viewe or compiled app. When I put to appear straight in hmtl like this: style="background-image:url(../img/santa-filomena3.jpg); background-size: cover;…
-
0
votes2
answers1421
viewsA: How to change CSS in Ionic 1
Like I did in html <ion-item menu-close href="#/app/principal" a> Principal </ion-item> I put the a in the ion-item and after that I managed to get it in css. in the CSS .list-custom…
-
1
votes2
answers1421
viewsQ: How to change CSS in Ionic 1
Good afternoon, I’m trying to put css in Ionic, some things worked and others didn’t. I studied a little css with this booklet, I tried applying background colors to ion-list of menu.html, but it…
-
0
votes1
answer607
viewsQ: Sidemenu on the Ionic
I tried to put the SideMenu in the ionic 1, but, did not work. On the main screen was appearing a list and tried to put a SideMenu, but now only the header-bar, follow print :…
ionicasked Lucas Santos 39 -
-1
votes1
answer1135
viewsQ: How to register a photo using Uploadedfile from primefaces? I was able to save the photo inside the photo variable but I can’t save it in the database
Console message: set 02, 2015 11:05:01 AM com.sun.faces.config.ConfigureListener contextInitialized INFORMAÇÕES: Inicializando Mojarra 2.2.8 ( 20140814-1418…