Posts by Vinícius Biavatti • 39 points
4 posts
-
0
votes1
answer496
viewsA: Document.ready using routes in Angularjs
I found the cause of the error. I checked that the script import tags were at the top of the page, and decided to start them on the body. So: <!DOCTYPE html> <html ng-app="app">…
-
-1
votes1
answer496
viewsQ: Document.ready using routes in Angularjs
I’m trying to run the . Parallax() function of the Materialize framework using routes in Angularjs. I set up Document.ready for each template because I thought that every call of the template per…
-
0
votes1
answer813
viewsA: Errors when connecting to gmail SMTP using Phpmailer
Opa, I found the problem! I used the example that the site Locaweb posted to create the connection with Phpmailer, but it was with error when authenticating. I checked that the user and password…
-
4
votes1
answer813
viewsQ: Errors when connecting to gmail SMTP using Phpmailer
Hello, I am trying to email using Phpmailer but am having some errors. First errors with the SMTP class not located. I found that I need to create a require for aruqivo Phpmailerautoload.php in my…