Questions tagged as 'angularjs'

1
answer

How can I save data in js without getting stuck when the page is reloaded? ANGULAR

I am creating an application but I need that the objects that are inside an array are not lost if the page is reloaded, I do not know if it is possible through an angle service, or through some function. Thanks and Regards     
asked by 11.12.2017 / 20:28
3
answers

Problems with angulargs ng-repeat

In my html I show dynamically information brought from a web services and I show them with ng-repeat as follows: to this I want to add this numerical check to add and subtract amount but I can not find the way to associa...
asked by 17.01.2017 / 15:44
1
answer

How is an observable in angular 5 implemented in the component itself?

aki is my code the laravel route returns all the data of a table import { Component, OnInit } from '@angular/core'; import { Http } from '@angular/http' import {Observable} from 'rxjs/Observable'; import 'rxjs/add/operator/map'; @Component({...
asked by 26.02.2018 / 23:03
1
answer

JavaScript Array Format

PROBLEM I have a problem returning the results of a query, since I need to sort the results of a query in a single array in JavaScript, and not a array with its objects, each object being a different array. CODE $scope....
asked by 19.02.2018 / 21:50
2
answers

format date / Date () / of Angular

I have the calendar and it generates a piece of information that shows me this way: /Date(1513828800000)/ in the view I'm getting the date from: <input type="date" class="form-control" id="txtvalor" ng-model="datos.Fecha" placeholder="...
asked by 21.12.2017 / 14:27
1
answer

Perform web app with angular and java [closed]

Good friends, that's my question, is it possible to make a web application using java backend? I have read that they use angular with php and / or webservices, but nevertheless I have not seen much info about java, is it possible to bring data t...
asked by 06.07.2017 / 01:44
1
answer

angular code js filter does not work for me

function MyCtrl($scope, $filter) { $scope.items = [ {id:71610067, name:'John'}, {id:2, name:'Steve'}, {id:3, name:'Joey'}, {id:4, name:'Mary'}, {id:5, name:'Marylin'}]; $scope.it...
asked by 02.06.2017 / 19:42
1
answer

SEO on sites made with AngularJS

I have a website that includes one page per section. I want to implement some of the advantages of AngularJS in it and unify each section in a single document. What practices should I implement so as not to lose presence in the search engines...
asked by 10.04.2017 / 22:45
2
answers

Alternating ngRepeat results in AngularJS

I have a blog whose content is completed through an AngularJS driver that brings the data from a base. On the other hand, I have an object that contains a list of advertisements that are displayed in image format. The drawback is when I in...
asked by 09.04.2017 / 20:28
1
answer

background permamente in html

Hello friends, I have this property css assigned from my driver for the vista home that will be displayed on the cell phone: body{ 'background-image':'url("../images/fondo_mix_cel.png")', 'background-size': 'contain', 'backgr...
asked by 26.01.2017 / 16:43