Questions tagged as 'angularjs'

2
answers

Field search in Ionic, I need to close when the user clicks "Go" or "OK" on the keyboard

I have a search field at the top, which is just a filter, like this: <div class="bar bar-subheader bar-light"> <label class="item item-input item-floating-label"> <i class="icon ion-search placeholder-icon"></i...
asked by 23.04.2017 / 13:55
1
answer

Compile directives from the Controller

I have a table that is rendered dynamically when passing an array of data to it. I have access to the data of each "row" as follows: { "data": function (data, type, val, meta) { return "<div style=\"color:green;\">" +...
asked by 29.07.2016 / 21:54
2
answers

Angular JS - Get the value sent by the select of a directive

I have a directive that returns me a select that when selected I want to get the value of the code from the controller and make an HTTP request. Plunker: link     
asked by 23.12.2015 / 18:37
3
answers

Upload file with parameters in Silex with Angular-File-Upload

I'm doing a job with Angular (version 1.5.8) and using Silex as Web Service. To send the file to the Web Service I am using Angular-File-Upload (version 1.5.1), and my Angular service is like this: self.salvarAnexo = function (id, descricao, a...
asked by 12.08.2016 / 01:02
1
answer

Jquery + Angular form does not pass an input value

I'm doing a post with Angular. It works fine when I manually type the values in the form, however it gets a value via jQuery $("#id_veiculo").val(valores02.id); and this value appears correctly, but at the time of sending the value of thi...
asked by 19.09.2015 / 22:02
1
answer

Open camera inside a div [Ionic]

I'm developing a small application with Ionic, which will be builded for android. I need to access the camera from the device in the video application, but when I do, the camera application is opened from the outside. I would like the image from...
asked by 07.10.2015 / 21:53
4
answers

how to filter an ngRepeat loop according to the value of one of the contents of an array

Well, the content of a page on my site is generated from the following JSON template: [ { "company":{ "name":"Nome do Cliente", "url":"#" }, "client":{ "name":"Projeto", "url":"#" }, "tags":[...
asked by 16.12.2014 / 21:30
1
answer

Why is this call inserted automatically into the body of HTML?

In an app I'm using the javascript libraries: jQuery, Angular, Angular Material, and Moment. Totalizing I have the following calls in my file: <script src="vendor/jquery/jquery-3.1.1.js" type="text/javascript"></script><script s...
asked by 31.10.2016 / 21:20
1
answer

Apply mask to dynamic fields generated after page load

I am using a mask directive in the monetary field, the job is performed on the screen theproblemiswhenIinsertanewitemng-repeatinsertsnewfieldswithoutthemask,Ireferencetheclassandusethecreateddirectiveformat="priceformat". When you click on...
asked by 26.02.2015 / 02:45
1
answer

Dynamic chart does not update

I'm using the HTML5 RGraph library and should update dynamically along with the bank. However, I would like the chart to put the last imputed data in the database, so if I entered the value 10 in the database, the graph line would stay in...
asked by 31.10.2017 / 02:15