Questions tagged as 'angularjs'

1
answer

Problem accessing the elements of an ng-repeat array

That such a community as you will see I am new to angularJs and I have a problem accessing the elements of an array. here I have my controller var app = angular.module("teApp") .controller("NewPromotionDetailController", ['$window','$scope'...
asked by 02.01.2018 / 20:10
1
answer

Assign JSON object to value in Angular2

Hi, I've done a couple of tests in Angular 2, and I'd like to resolve a question. Right now I'm working with a simple select, and I'm trying to receive a JSON object by making a selection in it. WORKS It works if I want to receive only a...
asked by 11.12.2017 / 16:32
1
answer

Make visible menu in Angular 4 after login

Good afternoon. I have an application in Angular 4, which performs a login by searching the parameters of a form in an API through an http request. The initial screen, where the login form appears, has a navbar and a footer, and in the navbar th...
asked by 08.12.2017 / 15:58
1
answer

error TS2558: Expected 0 type arguments, but got 1 - Angular

Good afternoon, my problem is this: I am receiving an error in each of the calls I make to the REST service. This error disappears changing anything in the code (including just "//" for example), but the first time it compiles it always fails...
asked by 08.12.2017 / 14:08
1
answer

How to make ngFor wait for a function to finish - Ionic Angular

Good afternoon, I'm doing that when doing tap on a Select call a function that through http is completed an Array with the values that will then run through the * ngFor, the problem is that pressing the Select the first time does not it reaches...
asked by 09.12.2017 / 18:11
0
answers

Show image in different languages laravel

I have the following problem with laravel and php. Currently I have a section called "news" in Spanish and "news" in English. in which a name, description and image are loaded. Until then everything is fine, the issue is that when an image is...
asked by 15.12.2017 / 20:48
1
answer

Open a modal automatically with angle in ng-repat

I have the following repetition: <div ng-repeat="post in posts" class="modal fade modal-custom " id="myModal[[post.id_post]]" tabindex="-1" role="dialog" aria-labelledby="myModalLabel[[post.id_post]]" aria-hidden="true"> ... </div>...
asked by 30.11.2017 / 22:38
1
answer

Camara Nativa Ionic 3 Error: Illegal Argument Exception

Good afternoon, I want to use this plugin to take pictures, but when emulate it on my cell phone and inspecting its use, clicking on my button to capture the photo I get the following message and I have not been able to fix it, some help? ins...
asked by 10.12.2017 / 08:45
0
answers

Upload multiple images AngularJS

How about, I ask for your help, I want to select images in a single load, that is to say that the user chooses if he wants to upload a single image or more than one. I'm doing it in the following way: app.controller('ImagesCtrl', functio...
asked by 15.12.2017 / 02:00
0
answers

Error in $ element console, I am using $ mdDialog from Angular Material

I'm trying to solve this problem that I get in consola when I'm in the url of the server where my project is, "PS: In my localhost I do not get this error ..." I have this view with the controller I use. .when('/ase...
asked by 26.01.2018 / 22:48