Questions tagged as 'angularjs'

0
answers

Double request on very time-consuming request

I have a problem, on my server I have a process that is very time consuming, but this is expected, the problem is that since this request takes up to 2 minutes, some browsers are resending the request. I use angularjs on my front, I can not tell...
asked by 08.05.2018 / 14:10
1
answer

List selected checkboxes

I have a question regarding a function, how do I display the selected checkbox and combobox values in real time? For example, if I select option 1 of the combobox and a checkbox option the two appear in list format. Ex: List Option 01 - Co...
asked by 27.04.2018 / 20:45
0
answers

md-autocomplete does not show options

Personal I have the following code: <md-autocomplete md-items="cliente in vm.listaClientes" md-item-text="cliente.nome" md-search-text="vm.busca" md-sear...
asked by 26.04.2018 / 16:56
0
answers

Angular gridParams does not show data

Personal I have an angularjs and an html: The variable data is being filled correctly, however it is not working when you play to ctrl.gridParams.settings (). dataset, which is empty angular angular.module('app').controller('cmptEmailsEn...
asked by 26.04.2018 / 16:59
0
answers

Angular and mysql

I have a question but I do not know where to start and I did not find anything on the net to teach me something like that. I created a pie chart using angular (ready method) but I need to create an interactive graph, the idea is as follows....
asked by 25.04.2018 / 00:07
1
answer

Adding and Subtracting values with checkbox and select

Could someone give me a hand? I need to do a sum and subtraction of checkbox and select with values and show the result as the fields are selected, could someone give me a way to go?     
asked by 20.04.2018 / 23:15
0
answers

Problem to download image on html2canvas by iPad tablet

The method below downloads a generated image, which works in Chrome and Firefox, but does not work in Safari using a tablet over the iPad, how do I download it? $scope.downloadFile = function() { html2canvas($("#stage"), { onrende...
asked by 25.04.2018 / 15:36
1
answer

filter a list just by the beginning of the word Angularjs

I have an input (multiple selection), I'm using the ui-select lib, I get a list of city and I need to filter them, the problem is that the filter of angularjs filters the whole word, I need to filter the beginning of the word. Search exampl...
asked by 16.04.2018 / 16:37
0
answers

How to manually fill contour elements manually on canvas

I need to fill in the elements drawn on the canvas, like paintbrush's paint bucket, is there a way to capture the closed shapes by clicking the drawn canvas? $scope.autoria = { title:null, color:"blue",...
asked by 18.04.2018 / 16:06
0
answers

PlaceHolder that erases the letters gradually

Is it possible to create a input with a place_holder that erases as I type? I did not want it to completely erase when typing a letter, but when I type the first letter, delete the first of place_holder and so on <input...
asked by 18.04.2018 / 16:05