Posts by christian0rodrigues • 73 points
9 posts
-
0
votes1
answer935
viewsQ: Trying to get Property 'email' of non-object
I am trying to send an email from a contact form. But it returns the error "Trying to get Property 'email' of non-object". Controller: <?php namespace App\Http\Controllers; use…
laravelasked christian0rodrigues 73 -
2
votes2
answers93
viewsQ: Random background images with Angularjs
I am using Angularjs with Ionic to make an application. On a given screen, I need to display a random image. I searched a lot here and on the internet a way to do this, but only managed with normal…
-
3
votes1
answer631
viewsQ: Image inside an SVG
I’m using a svg, and inside it I put an image I get from a variable by Angularjs. So far so good, the image appears normally, but I want to leave it at width 100%. I’ve tried everything and it…
-
0
votes3
answers122
viewsA: timeout in Angularjs
<ion-view title="splash" id="splash" hide-nav-bar="true"> <ion-content padding="true" class="has-header vcenter" scroll="false"> <video preload="metadata" autoplay="autoplay"…
-
0
votes3
answers122
viewsQ: timeout in Angularjs
I’m making an application in Ionic, which uses Angular.js as a base. I have a native Ionic splash with 3s and soon after enters the splash controller that has a 5s video with an animation. I wanted…
-
0
votes1
answer36
viewsQ: Query with two tables
I’m on a project, I have client table and work. A job has a client. I’ve already listed the tables, but I need to select that from the client id in the work table, return the client name. I have to…
-
2
votes1
answer121
viewsQ: How to use Animate and fadeOut in Javascript
I’m making a website. The customer wants just one page with all the pages on it, so I thought I’d use sections. I wanted every change of section, for example from 'start' to 'agencia' to fade the…
-
-1
votes2
answers622
viewsQ: Repeat loop for in C
I have to do the following exercise: Read 3 whole values and order them in ascending order. At the end, show the values in ascending order, a blank line and then the values in sequence as read. The…
-
-2
votes1
answer38
viewsQ: Acordion Bootstrap - link to access
I have the following code: <div id="accordion" role="tablist" aria-multiselectable="true"> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingOne">…