Questions tagged as 'angularjs'

0
answers

Angular Material ComboBox / Spinner with rating stars

Hi, I would like to do a spinner / combobox where I could choose the rating in stars. I have managed to make the combobox have different options, from without qualifying to 5 stars as shown in the following image: But when I select...
asked by 22.11.2018 / 13:36
0
answers

Security on http requests from AngularJS

I am making http requests to a laravel route, but I need the result of the request not to be shown when accessing the route, for example if I get the users with the route / getUsers the data is displayed as follows { "id":1, "name":"Usua...
asked by 22.11.2018 / 10:25
0
answers

display my angular application with ssl and Nginx using docker

I have the following problem, I do not know if it would be a good idea to deploy my angle application, using as server Nginx and let's encrypt as ssl, the bd will be postgresql; by using docker (I'm new with docker) I was investigating a bit...
asked by 25.11.2018 / 18:44
0
answers

Require.js does not load files or modules from base directory

I am implementing Require.js to modularize my application and load the js files asynchronously and leave the html of the script tag cleaner, I find the following problem and it requires js not to load the jquery file. I have the following fol...
asked by 13.11.2018 / 17:09
0
answers

Create csv from json and send it by mail Angular

I have an Angular 6 application that lists a Json object. I want to put a field where the user enters his mail and automatically send that Json object converted to Csv as an attachment to his mail I did this but I think that the matter is no...
asked by 13.11.2018 / 05:04
0
answers

Inquiry about Firebase and Angular 6

I want to develop a collapse with angular and firebase, that as I click on the button, I will see the following information in the form of a fan (collapse) . This information must be stored in the firebase database respecting the structure...
asked by 12.11.2018 / 13:05
1
answer

Google Indexa Angular Code when printing Json

When searching for my site in Google this indexes a certain code of angular and shows it in the results in my index.html I print Json's information in this way <li><a href="vehiculos.html">{{ common.nav.vehicles }}</a&g...
asked by 14.11.2018 / 23:27
0
answers

How to invert the scale to the Radar chart, from angular-chart.js?

I have the following graph made with angular-chart.js What I want to do is invert the numbering that appears there, and start from Outside 0 - towards Inside 70 , I've tried with the option reverse that appears in the documentati...
asked by 11.11.2018 / 20:00
1
answer

Use $ index without a ng-repeat?

I'm trying to upload some videos to a site and it happens to me that if I load one works perfect, but if they are more, you can not play any. I suspect that what happens is that I have the same ng-click to play all the videos, then they must be...
asked by 07.11.2018 / 04:02
1
answer

Validate a Select in AngulatJS

I need to validate 3 select with the same data array, but the select should not have the same information, I hope to explain ... I leave the code: <select ng-model= "frmData.cena1" ng-options= "cena as cena.nombre for cena in cenas...
asked by 05.11.2018 / 23:40