Questions tagged as 'angularjs'

0
answers

API Key for Angular Applications 5

Validate system access with a key: I have an application that uses the following technologies: Cloud Firestore, Angular 5, Electron, Bootstrap 4 I am looking for ways to generate, for example, a passkey so that I can release my appl...
asked by 27.02.2018 / 15:26
2
answers

How to insert HTML code into a textarea?

I would like to know how I can put HTML code in a textarea, since I have a textarea that receives data from the DB dynamically by date filters. ex: <textarea maxlength="8000" rows="15" style="resize:none; width:100%">{{ctrl.VariavelDB}...
asked by 27.02.2018 / 19:32
0
answers

Problem with date in form coming from a list

Good people, I have a list of campaigns that have: start date and end date. When I enter the campaign edit form. I can pass the exact date of the campaign, however when I put it in a date-picker: <date-picker required ng-model="$ctrl.campa...
asked by 26.02.2018 / 19:27
1
answer

Open CSV file and read its contents

I have the CSV file information in the console.log of the backend, I would need to access this file and read its contents, any tips? This is the back-end code snippet that receives the file: exports.anexo = function(req, res){ var...
asked by 27.02.2018 / 12:51
0
answers

How to make carrousel with bootstrap in angularjs

I'm a beginner in angularjs and I'm trying to make a carousel in angularjs and when I put the ng-repeat tag in the html it comments the line, the images I'm pulling from an api, follow the html <div class="carousel-inner"> <div cl...
asked by 24.02.2018 / 16:31
0
answers

Problem APACHE and TOMCAT

I have a serious problem: When I access the address by the root it picks up, more when I set the route, of the problem. link
asked by 01.03.2018 / 13:20
1
answer

Resolved - Angularjs + Pagseguro - The list does not update through the callback

I am trying to make a listing of the types of payments available in the pagseguro api. To do this I use a js function of the pagseguro called PagSeguroDirectPayment.getPaymentMethods () The problem is that in the callback of this functio...
asked by 20.02.2018 / 16:01
0
answers

Auto refresh browser

Good afternoon, I'm doing some testing on trello and I liked the function where when a card is created, another computer receives the notification and this same card appears without the need to update the browser. I would like to know how this w...
asked by 26.02.2018 / 20:22
0
answers

Failed to persist in JPA

Good evening! Can anyone help me to understand this problem? I am testing an application and when the application tries to persist a front field with a larger number of characters than the one supported in the bank field the error is returned:...
asked by 18.02.2018 / 01:02
0
answers

Error: in ng-options [orderBy: notarray]

You're giving an error on the console that I can not figure out    Error: [orderBy: notarray] Expected array but received The list is coming correct in the combobox, but gives the error I mentioned. Follow the HTML and Angular as I'm d...
asked by 16.02.2018 / 14:13