Questions tagged as 'angularjs'

2
answers

sending email with nodemailer

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...
asked by 29.06.2017 / 21:12
0
answers

Map does not load on route

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=...
asked by 04.07.2017 / 04:52
1
answer

jquery datatable submit details

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...
asked by 11.07.2017 / 16:40
1
answer

Relationship JPA, Spring, Angular,

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...
asked by 31.08.2017 / 17:00
0
answers

doubts with modal and javascript

I have this modal: <div class="uk-modal" id="modalbaixados"> <div class="uk-modal-dialog"> <div class="uk-form-row"> <div class="uk-grid"> <div><h3 class="heading_a"> Baixas parciais...
asked by 25.06.2017 / 13:55
1
answer

Add event to an element in directive

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...
asked by 23.06.2017 / 16:10
0
answers

CSS Animation & Angular JS

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...
asked by 11.07.2017 / 19:48
0
answers

How to limit the amount of items listed using Ionic and JSON?

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...
asked by 21.06.2017 / 15:41
1
answer

Adding the edit function to a single Form in AngularJS

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...
asked by 06.06.2017 / 15:39
1
answer

Consuming Json from a file

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?     
asked by 11.06.2017 / 15:19