I am making an application with angularjs and I have a form of contact with name, email, phone and message.
I need the contents of this form to go to the client's email and I'm trying to use the nodemailer but I'm not sure.
I created a s...
I'm trying to load a map into an HTML file that is mapped to a route using ui.router.
Head of index
<head>
<title>Página Inicial</title>
<base href="/">
<meta name="viewport" content="initial-scale=...
I have a jQuery DataTable that has detail, where I click on the line the expand the detail tamplate that makes a request to the server and brings different data from the main table, follow this Example
But my problem now is this, I need ins...
I have a customer registration and I want to associate this customer with an equipment relationship but it is not saving the relationship.
In the model layer of the client class I did so
@OneToMany(cascade = {CascadeType.ALL } )
@JoinC...
I have a directive inside it that has a list. This list is populated after the successful response of an ajax call. That's why my directive link function does not find this list as soon as the page loads, only when ajax loads.
How do I apply...
Making a small application with Angular and Material Design. To leave more cute I decided to put some simple animations. The first one is SlideInRight that the screen should slide to the right and appear in the view; The second animation is...
I solved my table with 55,000 items.
The result link is this one:
link
Now my application can not read everything. I need to limit reading. I'm not sure how.
Follow my controller:
.controller("promocoesCtrl", function ($scope, $r...
I'm starting to get in touch with AngularJS and I've developed a simple registration application where I can insert and delete data. But I'm having trouble implementing the edit function.
I'm just using a Form and I'm trying to keep the funct...
Hello, I created a JSON file and I'm having trouble listing the data from it, I can get it from the controller, but I want it to be displayed from json, how should I proceed?