Questions tagged as 'angularjs'

0
answers

People Material Design Data Table in AngularJS with Firebase data using promises

I am trying to use this AngularJS module to create a table with information stored in Firebase. The problem is that I do not get the table to be populated with the data obtained in Firebase. At the time of loading the page, the progress bar...
asked by 04.05.2018 / 18:29
2
answers

how to prevent a page from cooling when I enter an input (form) in angle 4?

I'm trying to make a search engine, which basically is a form with an input and a button. I want that when writing in the input and when giving enter, I send the parameter my typescript module. without it recharging. I am a beginner in angular 4...
asked by 30.04.2018 / 02:31
0
answers

Show record of two tables

In that table they ask me to add the Course field, I could already add the column, I try to bring the result, but it does not show it to me, the course field is in the table records, I would also like to condition that if it has no course, show...
asked by 23.04.2018 / 20:09
0
answers

What would be the best way to upload data to a form to update with the Angular JS framework?

// create the module and name it scotchApp var scotchApp = angular.module('scotchApp', ['ngRoute']); // configure our routes scotchApp.config(function($routeProvider) { $routeProvider // route for the home page .when('/', {...
asked by 20.04.2018 / 03:06
1
answer

Update Languages registered in angular-translate

I am using the angular-translate and in the configuration of my application I have the following: corporativas.config(['$translateProvider', function ($translateProvider) { //TRANSLATION SYSTEM $translateProvider.useStaticFilesL...
asked by 17.04.2018 / 10:31
1
answer

Filter by one or more fields

I'm doing a filter with AngularJS and at the moment I have this code $scope.buscar = function () { console.log($scope.guia.standby); } And so with a whole list of 32 genres of music. <div class="form-group"> <label for...
asked by 17.04.2018 / 01:30
0
answers

Access array in $ parent AngularJS

I'm trying to access a property of $ parent, which is an array and I can not recover it. If I access, in the same way, a variable String, there is no problem in displaying it. I would need to know how to retrieve that value from the entire...
asked by 11.04.2018 / 11:48
0
answers

Value of all the selections is repeated when selecting the value of a select

This is my html code <table class="table table-striped"> <thead> <tr> <th class="tamañoLetraTablaTitulo">ID</th> <th class="tamañoLe...
asked by 10.04.2018 / 18:45
2
answers

How to solve the first element of a resulect list in a parent state in a child state?

Good day. I have a parent state in which I resolve a list, this is loaded by an http request. This parent state has a child who must solve the first element of the parent list. How could I solve this situation? Thank you in advanc...
asked by 25.04.2018 / 23:21
1
answer

Test an asynchronous function with jasmine without using setTimeout

I would like if someone can help me to test this function without using the setTimeout I am using in the TEST FILE. after investigating a lot I could make it walk, but that setTimeout is a time bomb. probe with jasmine-promises and in a thousand...
asked by 02.04.2018 / 23:13