Questions tagged as 'angularjs'

0
answers

Display in JSON format data from a database in SQL Server 2008 (AngularJS)

I need your help in the following please: I am using AngularJS, I have a database in SQL SERVER 2008 are more than 5 thousand records that I have per table, what I want to do is bring all the information through JSON and show it, to be able t...
asked by 13.09.2017 / 19:16
2
answers

Pass php array to iterate in view with angularJS

I have this php array that has different years in it: array(6) { [0]=> int(2017) [1]=> int(2016) [2]=> int(2015) [3]=> int(2014) [4]=> int(2013) [5]=> int(2012) } And I want to pass it to a structu...
asked by 13.09.2017 / 03:49
1
answer

Because data does not change in angular

I found a free code for a person implementing a crud system. Why, when I try to modify the visualizations, ie h1 tags and things like that, do they remain the same? Example: <th class="mdl-data-table__cell--non-numeric">Salary</...
asked by 28.09.2017 / 00:06
1
answer

Youtube style progress bar, github in angular 4

I need to create or use a third-party library to display a barra de progreso in the style youtube.com or github.com in my application angular 4 when I make ajax requests to a web service. Note: Try to use pace-js but som...
asked by 27.09.2017 / 20:56
0
answers

Call java controller from AngularJs

How about, my situation is as follows. I have the html in which I send my Angularjs, however when calling the java Controller from the factory with $ http, it marks me "not found" in the path of the url, in the conttoller is the @RequestMapping,...
asked by 11.09.2017 / 05:16
0
answers

How to obtain the DATA values of an Object within a Controller?

I have the following code that through a controller brings me an object $resource , those values can not be shown in the view, the code is as follows: 1- The model 'use strict'; (function (){ 'use strict' angular .module('cr...
asked by 08.09.2017 / 22:42
0
answers

error showing Google Maps API map inside ng-show AngularJS

It turns out that when showing the map there is normally no problem, but if I have it in a ng-show and I show it when changing the condition, the area of the map is shown in a "grayish" tone without being able to see anything. I have noti...
asked by 26.09.2017 / 10:31
0
answers

Get name Host or Mac from Angular client 2

Good morning. I am looking for information on how to obtain the hostname or the mac number of the client that enters the page. All customers are on the same network. some information would be very useful. since thank you very much. g...
asked by 26.09.2017 / 11:59
1
answer

validate angular checkboxJS

In relation to a question I asked yesterday Validate if there is a checkbox selected AngularJS As I said yesterday, I have a checkbox list and I had to see if at least one was selected, but another problem has arisen, since with the functio...
asked by 07.09.2017 / 15:13
1
answer

Disadvantage with localStorage

I'm doing an application on Ionic 3, linked to a php-slim-Restful. In this application, when you login, link it via POST to the URL of the php-slim-resful. I used the following function so that in the console I keep the data (object) and thus us...
asked by 31.08.2017 / 02:37