Questions tagged as 'angularjs'

2
answers

Show view of AngularJS from above (initial scroll)

I want that whenever you access a certain route in an Angular application, the view appears from above, that is, with the initial scroll.     
asked by 12.01.2016 / 20:35
1
answer

Generate comments within ng-repeat (AngularJS)

Good morning. I'm trying to make an example application in AngularJS. I try to add comments to the products through the form that appears in each of the blocks of products. The problem is that the comment is not inserted, it appears blank. It on...
asked by 10.02.2016 / 12:06
2
answers

Click on the child element

I made a directive that I insert it in the div father to restrict some things (such restrictions that I do not put in the example), but I also want to listen when click in the second element only in the second element, how can I listen whe...
asked by 21.09.2017 / 03:48
2
answers

Name of the files when saving in C # MVC (BodyPart)

I am programming an input file with angularJS and c # MVC. At the time of reviewing the folder where you keep the files shows them to me in the following way So I have my code on the controller public class SubirHvController : ApiC...
asked by 22.03.2018 / 14:39
1
answer

Difference between .copy () and .extend ()

I've been snooping a little, I'm not very into this world. And the question has arisen regarding the difference between = and .copy() . I have found a couple of things in English, but I have not found docu in Spanish and it would...
asked by 03.08.2017 / 09:40
2
answers

Select all checkboxes [duplicated]

I have: Selecccionar todos : <div ng-repeat="column in columns"> <input type="checkbox" id="selectAll" name="selectAll"/> <input type="checkbox" name="dinamico" > 1<br/> <input type="checkbox" name="di...
asked by 20.04.2017 / 12:27
1
answer

checkbox wrongly marked in Angularjs

I have a page in angular that returns a list of results of book copies. The search filters work well, the results are paginated, all without problems. These results have a checkbox on your left, so you can mark several at once and be able, for e...
asked by 28.09.2017 / 15:16
2
answers

How to embed app nodejs in java application

There is an application developed in spring and angularjs, the problem is that they want to make an app in nodejs and be able to embed it within the java application, I mean Something like pressing a button, and look at your node app, suppose...
asked by 25.02.2017 / 17:10
1
answer

Arrow Functions in (IE) Internet Explorer 11

I have AngularJS (1.5.5) and doing testing, the arrow functions do not work in Internet Explorer 11, I have the following code: return availability.price && availability.options.filter(x => x.leadTime >= 0).length > 0; And...
asked by 27.07.2018 / 02:03
1
answer

Socket.io google maps

I am building a small system, to see the location of a user in real time with google maps. I have a backend echo in node.js (socket.io). A frontend where I see a google map and the scoreboard in real time. and an app which sends the data to t...
asked by 17.05.2017 / 16:04