Questions tagged as 'angularjs'

1
answer

Use the for cycle correctly in Angular

Very good companions, the problem I have is that I do not know how to do a cycle for .    PURPOSE: Change the date format from timestamp to dd / mm / yyyy to JSON I tried this this.dataTable.dataRows = response.data; fo...
asked by 03.02.2018 / 18:57
0
answers

Event GoogleMapsEvent.MARKER_DRAG_END does not work IONIC 2

I am using native Google Maps on Ionic 2, the map appears and a bookmark is added, that works well. But events related to the marker do not work, in this test I am using the event MARKER_DRAG_END Google Maps Native export class Mapa {...
asked by 29.01.2018 / 21:04
1
answer

Select all files in a folder that are of a given type

I am looking for a way to recursively search over a folder (that will explore directory and subdirectories) files to be uploaded with AngularJS Upload, but the important thing is to list the files and search in a local folder. That is, a functio...
asked by 12.02.2018 / 19:39
0
answers

because it does not show me the component called from the routing module by means of lazyload?

friends I want to load a component that is in a routing module apart from the main routing module but calling the component from the main module by means of lazy load, loadchildren. the truth that does not show me anything. Here I leave the app-...
asked by 06.02.2018 / 00:04
1
answer

Add content from a column

I need to add the content of a table that I am loading with ng_repeat . It could also be running the entire object from the controller.js but I'm not sure how. dato1 dato2 dato3 xx xx 5 xx xx 8 -- -- 13 tfoot     
asked by 26.01.2018 / 20:48
0
answers

Generate dynamic table with Google Chart

I have a small concern, I currently need to generate statistics of records by dates of the year: MYSQL CONSULTATION SELECT fecha_registro AS Fecha, count(*) AS Registros FROM persona WHERE id_tipoUsuario = '4' AND empresa_per = '$id_empr...
asked by 25.01.2018 / 04:53
1
answer

angularjs does not bring results

I'm trying to bring results from a database but there is a flaw. It does not show any element when operating ng-repeat ANGULARJS angular.module('vinApp', []) .controller('propDis', function($scope,$http) { $http({...
asked by 26.01.2018 / 16:26
0
answers

owl-Carousel 2 is loaded several times and then the data load in the slider is slow

I'm working an app with angular, I'm using owl-carousel and I'm using the directive of owlcarousel that allows you to initialize the slider once the last data with ng-repeat is loaded. app.directive("owlCarousel", function() { retur...
asked by 22.01.2018 / 20:35
1
answer

Doubt with the use of angular interceptor

My question is this using the angular interceptor to send the token in each request to my back-end I see that it makes two requests one without adding the token and another with the token, my question is this is normal since my response effect...
asked by 21.01.2018 / 17:44
1
answer

search in real time and page angularjs

I have a problem with this code everything works fine but when I change the page the search does not find results var app=angular.module('myApp', []); // alternate - https://github.com/michaelbromley/angularUtils/tree/master/src/direc...
asked by 08.01.2018 / 17:09