Questions tagged as 'angularjs'

0
answers

How to work with Angular PrimeNg's SlideBar?

Look at the two components: Sidebar Menu - PanelMenu First I'll show you how the application is behaving, then I'll show you what I'm trying to implement. The system behaves like this; The button for clicking and displaying th...
asked by 02.01.2018 / 11:58
2
answers

Angular / js select option

Personal I have an angle and an html: I have id that is in a variable ( input hidden ). How can I compare the id of this select/option with the id that is in the contents of this variable? The list comes c...
asked by 19.12.2017 / 21:20
1
answer

Download pdf does not work - AngularJS, C #

I need to return a pdf and download it on the machine. But when you return the pdf, Blob does not recognize it. $http.post($rootScope.raiz_ws + "/pdf/PdfCompraVenda", listProdutos) .then(function (response) { consol...
asked by 01.12.2017 / 21:02
1
answer

set $ scope within angular callback

I'm trying to define a $scope.plan_id variable within a callback used in $http , and always when I check this variable I get undefined . $http({ method: 'get', url: '/api/pricings/get' }).then(function (respon...
asked by 27.11.2017 / 19:31
0
answers

angularjs setting select to be able to change

I have a grid with the select button where this button will load the grid data into a form so that it can be changed. It turns out that I am not able to set the select field with the data of the object that mounts the grid itself. Here are...
asked by 30.01.2018 / 14:04
0
answers

Change one field while changing another (ionic)

People, I wanted to put in the 'total' field the multiplication of the 'quantity' and 'preco_unidade' fields, how do I? <ion-item> <ion-label stacked>Preço por unidade</ion-label> <ion-input type="text" required p...
asked by 30.01.2018 / 03:58
1
answer

Error with controller in another file - AngularJS

I have a web project in which I am trying to get the data from the bank and put, through the angular, into a table. The way I found it was to use a jsp file and put the data through java. It was working perfectly. But when I decided to turn the...
asked by 26.11.2017 / 15:36
1
answer

How to deploy Angular and Java in Heroku?

I have a web application in AngularJS that communicates with a Java backend. I would like a lodging and I ended up seeing about Heroku. Is it possible for me to buy a single plan (for example $ 7) and host both applications? Or will I have to bu...
asked by 03.12.2017 / 00:09
0
answers

Angular Calendar 4

I have a problem ... I need a simple calendar in my application. I've managed to find only those who need an input, like the example below. <input class="teste"> and $('.teste').pickadate({}); But in case I need to open it right...
asked by 23.11.2017 / 16:14
0
answers

Ionic App - Add audio to a video file

I just started developing with Ionic and am currently trying to make an app with multimedia content. I want to add sound effects to an audio recorded by the device (client side) The next step is to add the resulting audio to a video. I hav...
asked by 21.11.2017 / 12:27