Questions tagged as 'angularjs'

1
answer

Specific doubt using non-angular ng-repeat

I'm using AngularJS in a project where I need to display a list of photos of products registered in the system and my html looks like this: // Titulo para a área de produtos <div class="header-products"> <h3>Produtos</h...
asked by 18.09.2017 / 21:45
2
answers

Angular.js, is MVC, MVVM or MVP?

I know that angular projects have model, view and controller but many say angular.js is MVVM and others say it is MVP     
asked by 01.04.2017 / 06:03
2
answers

How to return function correctly? (Scope of Variables)

I have the following function that performs a request to an API using the Angular and would like the function to return the data, but I'm having variable scope problems: var buscarVagasPorEndereco = function(){ var enderecosVagas = [];...
asked by 02.06.2017 / 21:58
2
answers

call an .exe in javaScript or html [closed]

I'm migrating a desktop system to the web, we already have a great part ready, I would like to upload it and call what is not yet ready for the application by the browser, I would like a help, in the following question what is the best way to do...
asked by 30.05.2017 / 22:02
1
answer

HTTPS in Rest Architecture

I have a web service written using SpringBoot running on Tomcat and a client application written in AngularJS running on Apache2. I would like to know how the SSL issue works for this case. Should SSL be configured on Tomcat and Apache2? If so,...
asked by 14.02.2017 / 11:52
1
answer

Order increasing and decreasing angularjs

I have a dataset that organizes it by choosing, growing or decreasing, or I can leave it in the order that it already is. The system works normally with the order of the elements, the problem is that the elements are only being shown when the sa...
asked by 06.12.2016 / 15:25
2
answers

How to allow the execution of html tags from a variable in angular?

I'm consuming data from an api using angular, api is returning the following value with HTML: variavel = '<p>testo de retorno</p>'; When I make the view in the view type {{variable}} is interpreted as string displaying the HTML....
asked by 29.09.2016 / 16:23
1
answer

AngularJS and Java backend [closed]

Hello, I'm failing to use the JSF framework to start using AngularJS. I would like to know if anyone has an example of integrating AngularJS with Java Backend, so that I can see the operation of the parameter pass from Front-end to Back-end a...
asked by 28.09.2016 / 19:08
2
answers

Get value from within a function

I have a logic problem here, I think it must be a "dumb" thing on my part, like I have to get a value from within the function, and I'm not getting a return for being an http request. look: $scope.postData = function(method, data, file){...
asked by 10.01.2017 / 14:27
3
answers

Map with dynamic size at div height

I have a map and need it to occupy the height of the div, if I change the resolution and the div decreases the height it stays in the dynamic position. If it is an angled solution it would be ideal. <div style="width:500px; border: sol...
asked by 19.01.2017 / 18:28