Most voted "angularjs" questions
This tag should be used when the question refers to some resource, information or problem related to the Angularjs framework. If so, only about Angular, there is a specific tag for this. Angularjs is an open-source Javascript framework. Its purpose is to facilitate the creation of browser-based applications in the Model-View-Controller (MVC) model, reducing the amount of code needed to create functional web applications.
Learn more…2,494 questions
Sort by count of
-
-1
votes1
answer23
viewsProblem with select using ng-repeat
I’m mounting a select with the data coming from my base. What happens: Depending on the < option > I select, the field removes all others. Select populated: After selecting some option:…
-
-1
votes1
answer40
viewsWhy do the form data disappear when pulling the zip code?
I made a data editing screen, and the problem that is occurring is that when I put the zip code the address data appears, but the data, already filled out disappear! Can someone help me? HTML:…
-
-1
votes1
answer27
views404 modal - Error loading template in modalHtml
I am in a system that when you click on the "magnifying glass" is opened a modal with the information of History. But I am getting an error that the HTML page is not being found. Gulp is correct,…
-
-1
votes1
answer58
viewsHow to start Select based on an Angularjs Scope Model
I have the following code (with the listing working OK): <select ng-model="elementoAtivo.tipo" ng-init="elementoAtivo.tipo = elementoAtivo.tipo" ng-options="a.valor as a.opcao for a in…
-
-1
votes1
answer61
viewsAngularjs and ui-router: loading routes
I’m developing an application with Angujarjs and ui-router and I’m having trouble loading routes. To facilitate the explanation I will delete parts of the code. My route file looks like this:…
-
-1
votes1
answer53
viewsConsultation of collections firebase
I have an angular design and I’m using firebase as a database, but I’m having trouble accessing a collection that’s inside another collection. My firebase project is like this: colection(usuarios)…
-
-1
votes1
answer65
viewsHow do I concatenate a parameter (String) into an Object path to access a Response?
Hello, I’m trying to access a path coming from Sponse based on the name of the parameter I send via Onclick (I’m using Angularjs for this). I can’t concatenate the received parameter in the path of…
-
-1
votes1
answer32
viewsComponentization of fabrics
I have a web project in .NET Framework 4.6.1 and with Angularjs 1.2.29. Currently it perfectly serves our customers in Brazil. The point is that the product has evolved, and now we are going to…
asp.net-mvc angularjs razor internationalization globalizationasked 3 years, 10 months ago Jedaias Rodrigues 6,718 -
-1
votes1
answer20
viewsError Downloading node_modules. 'Node' is not recognized as an internal or external command, a operable program, or a batch file
I have this problem that I can’t solve at all. I downloaded the Github repository and it worked normal, however, I had to delete it and clone it again, but by doing so I can’t download the…
-
-2
votes1
answer356
viewsHow to make a trasnparente form with bootstrap?
I wanted to put together a transparent form, like the photo example
-
-2
votes1
answer398
viewsCreate system access levels
Guys, this question starts from scratch. I want to know how to determine system access rules where there are 3 types of profiles: general administrator, local administrator and maintainer, where…
-
-2
votes2
answers108
viewsRepeat does not work - Angular
I couldn’t repeat the lines <!DOCTYPE html> <html> <head> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.13/angular.js"></script> <script…
-
-2
votes1
answer329
viewsJavascript multidimensional array with angular is undefined
I’m trying to create a multidimensional array but it returns to me results[array. state] is Undefined. I’m using angularjs: results = new Array(); var indice = 0;…
-
-2
votes2
answers51
views$Md dialog when loading the page
I need to open the $Md modal dialog when loading page, any suggestions? $scope.showAdvanced = function(ev) { $mdDialog.show({ controller: DialogController, templateUrl: 'dialog1.tmpl.html', parent:…
angularjsasked 8 years ago Samuel Souza 468 -
-2
votes1
answer910
viewsCreating a controller in Angularjs
I’m riding a controller where one of the features is to take a data in the bank through your id. However, nothing appears in the console when I put this Code that displays countries on the screen…
angularjsasked 8 years, 10 months ago GustavoSevero 2,567 -
-2
votes1
answer114
viewsWhat are the reasons for migrating an application to a newer technology
I wonder what you think about that? What are the benefits? Thank you.
-
-2
votes1
answer252
viewsHow to get the last id generated in php using angular?
Next, I am registering cep and I need to get the id of this cep, recently registered to insert in the table of users. I tried to do in Pdo using the same php file that I registered the cep... Gave a…
-
-2
votes2
answers510
viewsReturn response problem via $http.post()
I’m just trying to get a return value HTTP but I’m not getting it. .controller('myCtrl', function ($scope, $http) { $scope.sendPost = function() { var dataObj = { name : $scope.newName }; var res =…
-
-2
votes3
answers701
viewsHow to take the last four months given given date
Good afternoon, you guys! I need a function that I enter a date and it returns me the date of the last four months, can be done in Angularjs or javascript, can give me some help with this? I want to…
-
-2
votes3
answers331
viewsAngular - Search for equal values in two objects
Good morning, everyone, I have two objects. In one of them I have only id. In the other several fields, the id of this first object and the name. I need to somehow scan object 2 to find the same id…
-
-2
votes1
answer308
viewsWeb Frameworks: Frontend vs Backend
I would like to know what characterizes/differentiates a web frontend framework from a web backend framework. For example, Django is considered back and Angular is considered front, but what makes…
-
-2
votes1
answer924
viewsAngular or Angularjs
I saw some questions here on the site related to this but it was more related to update from one to the other and others were closed... What are the main differences between the two? Even being an…
-
-2
votes1
answer400
viewsHow to extract only JSON values by removing keys
I have an array with some ids, the return object of my request to Webservice is as shown in code snippet number 1. I wanted to know if you have any way via jQuery, to extract only the values and…
-
-2
votes1
answer91
viewsAngular for creating layout
Good morning guys! I am starting to study now angular, Node and typescript (not in that order) and I have arisen the following doubts: 1- I noticed that to run the angle, you usually use Node for…
-
-2
votes1
answer229
viewsHow to enable Basic Authentication in Nginx for an Angular path?
I have an angular application where I want to protect a specific path with basic HTTP authentication. The application paths are meusite.com.be/#/example-path. The Nginx configuration file looks like…
-
-2
votes1
answer85
viewsHow to load a method as soon as the page is loaded ? Angularjs
I have a method, carregarpagina(); that needs to be loaded as soon as the page is loaded. How do I do this on Angularjs.
javascript angularjs angular angularjs-directives ecmascript-5asked 5 years, 8 months ago Dan100 295 -
-2
votes1
answer75
viewsWhere and when Angularjs is suitable to use?
Angularjs is well suited for medium/large applications? Only Angularjs is enough to develop an application? Can the application become more difficult to perform future maintenance? (as with PWA…
-
-2
votes1
answer33
viewsProblems with Javascript
Hello, I am programming my site on C9.io and I am using a cont shown here at this link: How to add +1 in a counter variable to each click? However on C9.io in the line of Js appears $ is not…
-
-2
votes1
answer47
viewsdoubt with json
I have a json, in my form I have a button "Proximo" and "Anterior", I need to create a code that shows the next or previous record, as I click the buttons, I am using angular, someone could give a…
-
-2
votes1
answer569
viewsHow to pass an Angularjs value to the JAVA controller
I have a form that sends a value (CPF) of a page to be checked for existence in the database. Use an angular controller to send Cpf to service and then to Java(controller). I’d have some example of…
-
-2
votes3
answers128
viewshow to paint an expired date with css
I have a table that shows the payoffs, how can I leave the red font or the red background if it’s expired? using css my table is mounted as follows <table id="myTable" class="uk-table sortable…
-
-2
votes1
answer39
viewsStarting with Angular
I made a little source with controller in Angularjs and when executing I receive the error of the attached message. I don’t know where the error could be considering that this code is very simple.…
-
-2
votes1
answer3904
viewsCannot find module
I’m following this tutorial to create a chatbot from the link below, and giving this error, can anyone help me with the error? the error is in the file server.js or in dialogflow.js? dialogflow.js…
-
-2
votes1
answer40
viewsopen Collapse after updating array
I have a Collapse that when I click on it, comes the data of the array, there is a button that opens the modal, when I open the modal I click 'FINISH', then when I send the data to the api, and then…
-
-2
votes1
answer34
viewsEditing day with Angularjs?
I have a screen where register days, times, among others and a screen to edit this data, if necessary. When I click on the button to edit such date I get the data right. The point is that on the…
-
-2
votes1
answer90
viewssum the total in an ng-repeat
I am a beginner in German and I have the following problem and I don’t know how to solve it! I have a table and I need to calculate the total waste adding up all prices. Inside ng-repeat has a…
-
-2
votes2
answers180
viewsKeyword Search Assign If and Else with Javascript
Hello folks I am trying to make an automated freight selection in my shop, why the integrated shop platform does not offer specific freight option for products, so I have: Conveyor: Only for…
javascript angularjs node.js javascript-events questasked 4 years, 5 months ago EDSON MACIEL DOS SANTOS 1 -
-2
votes3
answers71
viewsHow to take larger amount of each product and show within a list from the largest to the smallest?
How do I pick up quantities and show all the smallest amounts of that amount within ul (list) of different objects? As for example, the first item has 5 quantity, I would like to show within a list…
-
-2
votes1
answer37
viewsArray objects in angular
I’m doing it this way to fill the array: let form1 = this.formGroup.get('array_activity') as FormArray; console.log(form1); if (!this.data.isEdit) { for (let i = 0; i < form1.controls.length;…
-
-2
votes0
answers23
viewsConcatenate Object Array with length
Good night, I have the following doubt, I have 2 arrays of objects being the first of cars and the second of sales, having the second one a relation through the car id. I wonder how I can…
-
-3
votes1
answer1197
viewsHow do you use the Angular . run directive?
How the directive is used .run angularjs?
angularjsasked 8 years, 10 months ago GustavoSevero 2,567 -
-3
votes2
answers1306
viewsStudy Angular 1 or 2
I am very old, the first language I learned was in Action Script 1 (this in the early 2000s). Today I need to recycle myself and I want to start to leave Jquery and go to Angular, mainly to develop…
-
-3
votes1
answer104
viewsError inserting Angular data using $http.post(). then
I cannot insert the data into mysql using Angularjs. The data is not sent to the Insert.php file. I believe there is an error $http.post that I am not aware of! Any suggestions ? System:…
-
-3
votes1
answer110
viewsHow to generate a qrCode from a url
url = https://staging.coinwise.io/api/invoice/v1/invoice/koy-intel-juridica/default-btc?value=0.05 Json:…