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
-
0
votes0
answers203
viewshtml page authentication
Worked with Webforms in visual studio, but now I will work with HTML, css, javascript I will consume a webservice with ajax, so all programming will be on the client side there will be no…
-
0
votes0
answers33
viewsGenerate a random email in Angular JS
Generate a random email I need to generate a random email, for when I will create the registration of a user on my system, every time I insert a new user I need to generate this email. Below the…
-
0
votes1
answer411
viewsHow to place two ng-repeat in the same view, Ionic/ Angularjs?
I have to list two types of interconnected arrays in the same view. But I’m not being able to list. EDITED: BETTER EXPLANATION I have four tables: valuation, user_app, item_orders, cadastra_offer In…
-
0
votes1
answer89
viewsIonic1 + input [type=file] does not work; How does it work?
In my project, has a file type input that Chrome works correctly, Ios not tested and Android input does not work. Is there a Cordova plugin that makes the input file work or some javascript solution…
javascript android angularjs html5 ionicasked 7 years, 7 months ago Diogo Henrique Fragoso de Oliv 352 -
0
votes0
answers49
viewsSlide Click when refreshing on the page
I am using the plugin bxslide, however when I load the page it works normally, but when I give refresh, it saves the images appearing all slides, not from JS error, but when I change the page size…
-
0
votes1
answer86
viewsAngular JS error var Undefined
Good night have that function https://pastebin.com/mZB1KtnS if I give an Alert(date); inside the function (below the date) ok, but I invoke the function in the Undefined controller. How can I fix…
angularjsasked 7 years, 6 months ago Augusto Furlan 1,155 -
0
votes1
answer51
viewsAutomatic scrolling of items with Angularjs
I have a list of items, within a div, with the directive of angular ng-repeat. And I need to use an automatic scroll on that list, similar to this one DEMONSTRATION (is, uses jquery’s…
-
0
votes1
answer110
viewsHow to turn off the Ionic menu startup?
I would like to know how I turn off the startup menu Ionic on a given page, since I don’t want services are also activated.
-
0
votes1
answer121
viewsWhat is the best way to update the token using refresh_token at the angle?
I’m developing an App (Ionic v1) that, when communicating with the server (implemented with Oauth), returns a token and a refresh_token. What would be the best way to intercept a request, understand…
-
0
votes0
answers42
viewsReference Factory in Angular Controller
Good evening, how do I instantiate Factory in Controller? I have the following error: var app = angular.module('App', []); app.controller('LoginCtrl', function ($scope, $http, LoginFactory) {... I…
-
0
votes1
answer855
viewsPicklist (multi-select) Component does not update data. Bootstrap + Angularjs
Good morning, I have a registration screen, a jsp with a modal where I implemented a picklist based on Bootstrap templates. I need to select from my bank the companies (are doing this) on one side…
angularjsasked 8 years, 10 months ago Leonardo Leonardo 283 -
0
votes2
answers1188
viewsHow to make paging with Angularjs and php?
How to make paging with angular and php? My php: <?php include_once("conPDO.php"); $pdo = conectar(); $buscaCidades=$pdo->prepare("SELECT * FROM cidade"); $buscaCidades->execute(); $return…
-
0
votes1
answer114
viewsNew project in MEAN Stack
Some time ago I read the book of MEAN of the House of the code, I made all the application and later I got to take course of Alura also of MEAN, however frameworks updated and I’m looking to do a…
-
0
votes2
answers620
viewsCRUD with Angularjs and PHP
Good night! I got the following: var carregarUsuario = function () { $http.get("buscar.php").then(function (retorno){ console.log(retorno.data); $scope.usuarios = retorno.data; }); };…
-
0
votes1
answer71
viewsConsuming Json from an aquivo
good morning,I created a JSON file and I’m having difficulty listing the data from it, I can from the controller, but I would like it to be displayed from the json, how should I proceed ?
angularjsasked 7 years, 5 months ago Luciano Nascimento 1 -
0
votes1
answer89
viewsCalling php server side with Ionic and Angularjs
Hello, folks. I have this title doubt that I haven’t yet managed to heal. I’ve searched several forms and even the conventional form of angular: $http.post() or $http.get() But I return that…
-
0
votes1
answer344
viewsOpen page using external browser
Hello I am developing an application with the Onsenui framework (Cordova in visual studio) But the code below opens the url using the application itself as a browser. At the end of the day when I do…
-
0
votes1
answer922
viewsAngular script loading failure (ng-view)
I’m doing an angular js design and using the lite design material (mdl) for the layout. Some MDL files need a javascript file to work but this file has to load, sometimes not. I believe that the…
-
0
votes0
answers44
viewsserver does not return data I send with angular2
the code of the Component onSubmit(form){ var success = false; var error = false; this.http.post(`http://localhost/api/`, JSON.stringify(form.value)) .map(res => res) .subscribe(dados =>…
-
0
votes1
answer1107
viewsWorking with Factory
I am developing a system for a snack bar, where she will have to register the cities and within the cities the neighborhoods with their due freight, the problem is occurring the first time that…
-
0
votes0
answers38
viewspass selected input from one hmtl to another
Good afternoon Gentlemen., I have a collection that is already visible by two distinct html’s in my app, however in the first html I go through the collection through an ng-repeat and when I select…
-
0
votes1
answer50
viewsIs it possible to change the json file format?
I have a code that generates me a Json file in this format: [ { "$id": "1", "poule": 73, "idusuario": 4, "vendedor": "ITAMAR SOUZA", "total": 50.00, "datajogo": "2016-01-19T00:00:00", "terminal":…
-
0
votes0
answers338
views -
0
votes2
answers3348
viewsCall function in $state.go() Ionic/Angular.js
I wonder how I can call a function that is in another controller example: I am in the 'Register' view and after making a registration I am redirected to view 'Home' no controller from Home I have a…
-
0
votes1
answer36
viewsDelay in Angularjs used in file . cshtml
I have a page that when starting it gives a Daley in the checkbox and in the text field as in the figure below: someone knows me why this happens, and a possible solution…
-
0
votes1
answer236
viewshow to replicate dynamic table
how do I load exactly the same structure I create on another screen? Next, I have this sign-up screen where clicking the "+" button will add text type inputs (as per code attached) My problem is…
-
0
votes0
answers381
viewsProblems with menu-toggle Angularjs
I’m trying to make an application with AngularJs on top of a template ready with bootstrap. So far everything is working, but I noticed that some events do not work, as is the case of menu-toggle.…
-
0
votes2
answers1075
viewsIs it bad practice to make direct paging on the front end?
I have some systems Java + AngularJS, in some pages on back-end, using paging of Hibernate, ex: query.setFirstResult(0); query.setMaxResults(10); But recently I found some libraries from AngularJS…
-
0
votes1
answer45
viewsModal does not result from updated validation error when submitting a $http() request
Strange problem, with $uibModal Angularjs, when using JSON.stringify(object, null, ' '), it does not show the full return in the modal result: { "permission": true, "title": "ALUNO: aDSadaD",…
-
0
votes1
answer45
viewsScroll up after changing view
I’m using angular in my system I’m changing the views with the command $state.go('main.shops.cart.success'); But the problem is when mute to view the scroll continues down. I would like when it…
-
0
votes2
answers253
viewsDoes not load data into the picklist (jquery-ui + Angularjs)
using: https://code.google.com/archive/p/jquery-ui-picklist/ I can’t load data from my client table into the picklist. It was already working on another template, changed the template in the company…
-
0
votes1
answer39
viewsCustom orderby funcition
I need to create a function to make a ordeBy customized into a ngRepeat, but I am not able to think logical that I should use to perform the ordering. The requirement to sort the list is as follows:…
-
0
votes0
answers173
viewsHow to maintain state of a select?
It can be in jquery or Angularjs help. I have the following picklist (done in hand): <div class="form group"> <label class="control-label col-md-3">Selecionar Empresas:</label>…
-
0
votes1
answer355
viewsShow/hide div when selecting a select option
I need to make it so that when selecting a select option a select appears div. I’m using angular, how can I do that?
-
0
votes0
answers266
viewsRetrieve data from the logged-in user - Angularjs
I need to get the data of the logged-in user, because some screens, only users with administrator permission will have access. How do I save session data with Angularjs? I’m using Java in the…
angularjsasked 7 years, 3 months ago Guilherme Nass 939 -
0
votes0
answers58
viewsHow to disable an item from the list so it won’t be checked, to just show in the combo?
How do I leave an item disabled in this plugin: ui multiselect.? http://embed.plnkr.co/xWvfWYjaW7TThKZONkv5/ Code: angular.module('ui.multiselect', []) //from bootstrap-ui typeahead parser…
-
0
votes1
answer323
viewsProblem getting user data in the application’s localStorage
Guys I would like to implement a menu "my account" in my project, this menu should show the user data as name, email etc, I am using jwt and the logged in user data can be obtained in Localstorage…
-
0
votes1
answer235
viewsHow to pass data from one table to another with checkbox?
Hello, guys. I’m new to Web programming and I’m currently studying some Angular concepts. My problem is this: pass the selected items from one table, by checkbox, to another table. Could anyone help…
angularjsasked 7 years, 3 months ago Antonio Braz Finizola 391 -
0
votes0
answers37
viewsCannot read Array data
I’m having problems in the code below is not able to read the value $Scope.ids[i]. id, follows code: $scope.carregarEnderecos = function (id) { $scope.repeateEnderecos = []; $http.post(url_sistema +…
-
0
votes0
answers270
viewsAngularjs + (Spring MVC or Specification)
Galley, I’m starting the development of a system (java), and I’m having doubts about the technology. The system is totally restricted (login/password) and will be made available on the internet, so…
-
0
votes1
answer55
viewsHow to decode values from javascript?
Good night to all!! Guys, next, I’m getting the following variable from an application in angular: Array ( [{"nome":"volks","descricao":"conheça_o_novo_modelo_da_volks"}] => ) How can I convert…
-
0
votes2
answers1188
viewsManipulating XML with Javascript
I’m having a doubt and I’ve searched a lot and I still can’t solve. I have an XML with a tag called <child id='minhatag'/>. I need to make javascript to read this tag and be able to return the…
-
0
votes1
answer1063
viewsTEF communication
I need to integrate TEF into my system. Does anyone have any idea how I can start this? Is there any open source software to do this integration? I found some information on the Internet that talked…
-
0
votes1
answer520
viewsAngularjs, How to create Checkbox to insert array in Mongodb
I created a collection on mondoDB called Sleeves, where you have "name, author, genre and info" Gender is array. I have a form that will receive the values name, author and info, the Checkbox must…
-
0
votes1
answer43
viewsSide Menu making call with Angular!
Guys, I have a menu and I need that when I click on a link it appears a content, and when I click on another link it hides the previous content and displays the new selected content, I’m using…
-
0
votes1
answer423
viewsLinks in Angular
I’m having some headaches, because I need to create a function to validate when the link should redirect to the place or when it should not for example if I am loading an image and it click the link…
-
0
votes0
answers96
views"Duplicates in a Repeater are not allowed" message on my console
I’m using angular and php. The following message appears on my console: Error: [ngRepeat:dupes] Duplicates in a Repeater are not allowed. Use 'track by' Expression to specify Unique Keys. Repeater:…
-
0
votes1
answer254
viewsRelationship JPA, Spring, Angular,
I have a client record and I want to associate with this client a relationship of equipment but is not saving the relationship. on the model layer of the customer class I did so @OneToMany(cascade =…
-
0
votes1
answer488
viewsReports in a web application
I am developing a web application and I am in need of a help in the generation of reports , I am new and do not know what is the best tool for generating reports, if and through a Framework ,…
-
0
votes1
answer104
viewsHide validation message after form submission, Angularjs!
I have a form with validations on Angular but when I do send I give a delete $scope.msg to delete inputs, but when I do so, the validation files appear. How do I stop when sending the form, the…