Questions tagged as 'angularjs'

1
answer

Why does null-repeat of AngularJS not work in Bootstrap Modal?

In my project, I've used a nesting of ng-repeat to mount multiple checkbox dynamically, allowing the user to merge filters , which works perfectly < in> controller loads the lists. Now, the user asked to place these filters w...
asked by 09.01.2017 / 21:12
1
answer

Access controller function by policy

Hello, I have a ng-click ("alterardata ();") rule and the controller that calls this directive has this function by default but the problem is that I click on the button and it does not work I put another button on the main page and it works   ...
asked by 17.02.2017 / 21:44
1
answer

How to do ng-repeat query with multiple arrays?

I have a blog and I need to get the url of the images of each post. Only they are inside the arrays and I am not getting. The image illustrates the path. Can someone help me? The red dots show. I have 3 posts and in post1 I have 9 im...
asked by 31.12.2016 / 02:10
1
answer

Map opens bugged

Good morning! I have a web application, where I use a leafletjs map ( link ) and openstreetmap as tile . The map works perfectly, I can interact in any way (add markers, create layers, zoom ..), but when I access the page where the map is,...
asked by 05.01.2017 / 12:54
1
answer

View PDF with AngularJS callback

I have a function that returns me a PDF document generated by Jasper on the backend: RestSrv.find(url, function (data) { $scope.report = data; }); .. {{report}} I played the return in the scopo and tried to display it, but it did n...
asked by 05.01.2017 / 20:48
1
answer

Create array dynamically while typing and deleting when the value is blank? [closed]

HTML <div ng-app="app"> <div ng-controller="testeCtrl"> <ul ng-repeat="(keyColumn, column) in columns"> <li>{{ column.name }} <div ng-repeat="method in requireMethods">...
asked by 18.12.2016 / 21:25
1
answer

How do I keep the browser scroll bar at the top when loading a new page with angular?

I'm using modules created with node and angular, by specification of the project we had to take the # navigation. However, when I click on a link that is in the footer and loads another page the browser scroll bar remains in the footer and does...
asked by 21.12.2016 / 14:54
0
answers

Import .xls into node.js

I need to import a .xls file and save the data to an api. I would like to know a simple way to do it. The logic is to throw that data into a array and make a POST with each line? In short, I want the user to click on a bu...
asked by 21.12.2016 / 15:21
1
answer

How to capture and display errors using Angular and AJAX

I'm trying to get feedback via Ajax and display using Angular JS, but without success, here's the code below: HTML: <body ng-app="app" ng-controller="controlador"> <form ng-submit="submitForm()"> <label>X: <...
asked by 08.01.2017 / 19:07
1
answer

How to do the @Override of a function in AngularJs?

I have an abstract controller with angularjs. In it I have, among other things, a search toolbar. I would like to use this search input on all controllers inheriting from the parent controller. being triggered by an "ng-change". function I...
asked by 07.01.2017 / 12:32