Questions tagged as 'angularjs'

0
answers

Error when trying to create a new Angular project

I'm trying to create a new Angular project and it's throwing me this error. error errno -4048 19318 error syscall unlink 19319 error Error: EPERM: operation not permitted, unlink 'C:\Users\_Victor_\pictures\CURSO UDEMY MASTER JAVASCRIPT\ap...
asked by 30.09.2018 / 07:42
0
answers

Index Firebase data

I need help with a firebase rule to index some data. The problem is the following: I need to filter the products that correspond to a certain category: If you filter by "Category 4" you should show me product 1 and product 3 Any help...
asked by 24.09.2018 / 16:10
0
answers

Activate Required in md-select by default

How do I make the default required of md-select I am doing, that does not activate when I select :focus: , if not activate by default as soon as you execute the code: var app = angular.module('App', ['ngMaterial', 'n...
asked by 03.10.2018 / 16:52
1
answer

C # Web API I want to build a JSON and receive it with AngularJS 5/6

I want to build a JSON from the backend where the texts will come according to the language configured by the user. In the backend I am using a Web API from .net and I want to take that JSON in the frontend AngularJS 5/6 and somehow I can use...
asked by 13.09.2018 / 22:18
0
answers

Reading a json file with angular

I have problems reading a json file, the problem is that the json file does not read it, I show code. <!DOCTYPE html> <html lang="en" ng-app="datosApp"> <head> <meta charset="UTF-8"> <meta name="viewport" content="wi...
asked by 17.09.2018 / 23:03
1
answer

How can I connect my front (localhost) with my back in (localhost)

The case is as follows, I have a front made in angular and I already managed to make the connection between the back and the database, all this locally ... the problem is the following, when I try to obtain back information from my front with a...
asked by 06.09.2018 / 22:14
2
answers

Show result with Angular JS

I work with AngularJS v1, the problem is that it does not show the result on the page, it just shows me {{resultado}} does not show me the value that contains that variable, I show the code. <!DOCTYPE html> <html lang="en" ng-a...
asked by 17.09.2018 / 18:36
1
answer

Execute functions simultaneously from the controller in AngularJS

Only one function is executed and not the 3 that I request .. HTML: <form class="form-inline text-center"> <div class="form-group col-xs-6"> <label for="puns">Puntualidad primera compra: </label> <s...
asked by 31.08.2018 / 20:34
0
answers

How to pass the result of an angular promise JS to the scope of Angular JS?

I am a beginner with the subject of promises in Javascript. I'm doing an Http query to a laravel method that brings me a little list. When doing the query all ok, it shows me the records in console.log, but when trying to make them available to...
asked by 02.09.2018 / 16:24
1
answer

Variable is not saved in Ionic 3

When I want to save a variable data, it is saved and displayed in the console, but if I want to use it elsewhere, it tells me that this undefined and I do not know what to do. Here is a fragment of that code: public valoractual:numbe...
asked by 02.09.2018 / 02:03