Questions tagged as 'angularjs'

0
answers

Getting index of the selected item in ng-options using ng-change

I have a component that loads product and in this product besides description has the value but only the description in the options is shown. Let's see: <div class="form-group col-md-6"> <label class="lb">Produto/Serviço<...
asked by 31.05.2018 / 18:27
0
answers

Request POST with angular js for backend LARAVEL

I would like to know how do I submit a form via POST using angularJS for my LARAVEL application.     
asked by 31.05.2018 / 21:30
0
answers

$ request-input always returns null

angularjs file $http({ method: 'POST', url: API_URL + "produto/update" + "/" + produtoSelecionado, data: $.param(obj), headers: { 'Content-Type': '...
asked by 07.06.2018 / 18:57
0
answers

Keyboard of the Iphone opening when it has an input in the app

Hello, I'm developing an app, testing on android OK, but when I went to test on the iphone (Iphone6), when the screen has a testo input, it automatically opens the keyboard, that in android does not happen. Has anyone ever gone through this...
asked by 25.05.2018 / 21:42
0
answers

Show table only if angular elements 2+

I have the following table: <table class="table table-bordered"> <thead> <tr> <td>Nome</td> <td>Email</td> <td>Data</td> <td>Status</td>...
asked by 25.05.2018 / 19:43
0
answers

Module not found 'RXJS'

Good morning, while serving an angled application, I get the following error:    Module not found: Error: Can not resolve 'rxjs / add / operator / toPromise' The strange thing is that I installed the same via npm.     
asked by 01.06.2018 / 16:55
0
answers

AngularJS ng-repeat does not display data

I made the request via get using laravel as backend. However, if I update some data in the database itself, I need to refresh the page where the angular is loaded for it to update. Using the angle, would not it have to update automatically? &l...
asked by 30.05.2018 / 23:30
0
answers

Failed to get the object while loading a modal

I need to get the object that is sent to my controller in a modal. When I click on the option to display the modal, I access a function from my controller: $scope.enable= function(user, callback) { //Verifico se o objeto está chegando...
asked by 24.05.2018 / 20:30
0
answers

How to convert PDF files into PNG images

I need to convert a .PDF document into a .PNG image, using javascript, or some solution already in angularjs. Does anyone have any idea how to do this? Note: I need to maintain the quality of the document, ie when converting, you can...
asked by 23.05.2018 / 19:24
1
answer

ng-repeat does not show blank values

I have the following code: <input type="search" class="form-control" placeholder="Busca por motivo" ng-model="search.motivo" > <tr ng-repeat="item in vm.listaDesbloqueio | filter:search"> <td><inp...
asked by 06.06.2018 / 19:23