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
votes1
answer86
viewsAngularjs - Filter ng-repeat checkbox
Keeping in mind that I have an ng-repeat, how do I pick up only the items I marked in the checkbox?
-
0
votes1
answer242
viewsMysql Database Request $HTTP Api
People I see in courses and video lessons the staff ultilizando essa $http when making requests with Angularjs, only that they always pass a friendly url when making the connection and I do not know…
-
0
votes0
answers908
viewsUsing ng-view and routeProvider does not render partial html
I’m starting at Angularjs and I can’t make the routes with $routeProvider work at all. I’ve searched several solution attempts on google and none of them solved my problem. Only partial is not…
-
0
votes1
answer142
viewsINTEL XDK + IONIC error while installing apk
Good afternoon, I’m developing a study app... I followed the tutorial videos of FULL STACKER DEVELOPER and modified as wanted. The app works on localhost and on intel xdk Simulator (using an online…
-
0
votes1
answer55
viewsWhy doesn’t the form validate the fields?
I am making a validation of the registration screen so that it is reusable to the registration change screen, when it is registration is properly establishing, but when it is the change it does not…
-
0
votes2
answers905
viewsAuto-sign in to hybrid apps?
I made a login system that searches user in bd,I’m new in mobile development, and wanted a light (idea) how to login automatically after the first access. Just like the Whatsapp or face you enter…
-
0
votes1
answer137
viewsChange dynamic class on mdDialog.show
I need to change the class of the OK button, by default it is dynamic and comes set 'Md-Primary'. $mdDialog.show( $mdDialog.alert()…
-
0
votes1
answer85
viewsChange text in the header according to the open page
I need to change the header text every time I switch pages. Could someone help me??/
-
0
votes2
answers354
views -
0
votes0
answers369
viewsAngularjs keep $http result cached
Good people, next, I’m putting together an application that involves a lot of navigation and data visualization. It would go something like this: There is a customer table (+500 registered) with…
angularjsasked 9 years ago celsomtrindade 8,038 -
0
votes1
answer104
viewsIs there anything similar to php for Angularjs?
In Laravel we have this command to create all the file structures: composer create-project --prefer-dist laravel/laravel blog There is something similar to Angularjs? Is there any tool that…
-
0
votes1
answer244
viewscheck if object items are empty
Hello, I have an object that receives parameters from a form and send this object to another page. On this page I need to do a validation if at least three items have been completed. Could someone…
-
0
votes3
answers994
views$Scope Form Angularjs Directive
I am having difficulty in creating a directive on the following point. I have a data listing, and in this listing I have a callController controller, and in this listing page I have a modal that…
-
0
votes1
answer66
viewsError Warning on console
The following warnings are appearing on the console with Chrome: "Uncaught Typeerror: $ is not a Function bootstrap.js:29" "Syntaxerror: Unexpected token [ angular.js:12330" Follows my code:…
-
0
votes1
answer146
viewsHow to take an array of a table and search another table in Ionic and Angularjs
I have a field on a table with a array number: 2;3;7;8;9;10;11;15;1 Each of these numbers corresponds to an ID of another table. I need to list the items of this other table according to the array.…
-
0
votes2
answers125
viewsSyntax error warning in the console running Angularjs
I have the following code, which uses Factory: angular.module("fluxo", ["ngRoute"]); .factory('factCliente', ['$http', function($http) { var _getData2 = function(id_empresa) { return…
angularjsasked 9 years ago GustavoSevero 2,567 -
0
votes1
answer173
viewsDatabase data does not appear on the screen, using angular and php
This is my Angular Code: <script> angular.module("fluxo", ["ngRoute"]); angular.module("fluxo").config(function ($routeProvider) { $routeProvider.when("/entradas", { templateUrl:…
-
0
votes1
answer148
viewsHow to do ng-repeat query with various 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’m not getting. The image illustrates the way. Someone can help me ? The red dots show. I…
-
0
votes3
answers3658
viewsAdd Values in Angularjs
I’m 5 inputs where I enter some values, but when I try to sum the total result is not displayed in the last input. HTML: <label class="item item-input"> <span class="cinza…
-
0
votes2
answers599
viewsmenu with the selected option of another color in Angularjs
my first question and my first "real" project as well. I am using bootstrap, html/css and angular and have a horizontal menu in an unordered list. What I need to do is that this menu has another…
-
0
votes1
answer189
viewsAngular js Reload
Person, I noticed that whenever I give Reload on the page, while page is being loaded, it shows all the keys {{}} of scopes of my project, is it normal ? the page containing the scopes coming from a…
-
0
votes1
answer646
viewsView PDF with Angularjs callback
I have a function that returns a PDF document generated by Jasper in the backend: RestSrv.find(url, function (data) { $scope.report = data; }); .. {{report}} I played the return in the scopo and…
-
0
votes1
answer189
viewsCreating reports with ASP.NET MVC and Angularjs
Man backend is with C#/MVC, in the frontend use Angular, I’ve reached a point in the project where I need to create reports. How to generate reports in a web environment? Which tool do you use?…
-
0
votes2
answers1977
viewsBreak Line Correctly in a List with Data Binding Angularjs
I have a list of comments where I display some data. But when the comment is too big the list gets strange because the lines break does not happen correctly. Example: Here is the code: <div…
-
0
votes0
answers90
viewsPost in table N:N with Node.js and Angularjs
I have a relationship N:N and 3 tables: projeto, pagamento and projeto_pagamento. In a form, I want to register a project and 5 payments, which would be the best way to perform this insertion? I…
-
0
votes2
answers346
viewsInfinite list with Ionic?
I am trying to create an infinite list with Ionic/Angularjs. This list passes a offset for my webservice page the answers from SELECT. I’m not able to do this and I’m looking for an example but I…
-
0
votes1
answer59
viewsAngularjs - Call Directive when remodeling page
I have a Directive that determines the size and width of some elements, but when I change the page dimension it doesn’t fit. I would like a way that when the user changes the dimensions of your…
-
0
votes1
answer199
viewstable Angularjs ordering does not change
I’m making a call from the server to a list of users, the result comes smoothly, but the ordering is not working. HTML <div class="table-responsive"> <table class="table table-striped…
javascript angularjs classification angularjs-directivesasked 8 years, 11 months ago Victor Siqueira 638 -
0
votes1
answer296
viewsHandle Firebase data in controller with angular 1
I’m working with Angular 1, Angularfire and Firebase. I made the following call that returns the following data: var _refLista = firebase.database().ref() $scope.lista =…
-
0
votes2
answers1188
viewsHow to load dropdown list using Angularjs and php
I was able to load a drop-down using php. Now I need to load the second drop-down, based on the selection of the first. Someone knows how to do it? Thanks. <body ng-app="app"…
-
0
votes1
answer311
viewsCreate rotary banner with Angularjs?
I’m trying to create a rotating banner with Angularjs. I want the action 1 minute to be drawn a position of an array of images and the image to be displayed. How to do this ? I’m trying like this.…
-
0
votes2
answers128
viewsDifficulty accessing url with angular post
I’m passing a url and some data via angular post... However, the following warning appear on Chrome console: Cross origin requests are only supported for Protocol schemes: http, data, Chrome,…
-
0
votes0
answers83
viewsPHP is not returning request data
I have 2 drop-downs. When a value is selected in the first one, the second one should list data referring to that value. However, my php, I think, is not getting the data sent. Can anyone help me?…
-
0
votes0
answers96
viewsHow to capture parameter passed via Angular JS Factory in PHP page
How to capture [on a PHP page] the value of input below using factory angularjs? HTML: <input type="text" name="edicao" ng-model="edicao" value="<?php if(isset($_GET['edicao'])){echo…
-
0
votes1
answer34
viewsProblem in the installation of Angularjs
I’m having trouble installing the Angularjs, but I’m pretty sure what this wrong is the way of src and where I place the angular files (in which folder). If possible, inform; What Angular files do I…
angularjsasked 7 years, 9 months ago Izabela Csa 11 -
0
votes3
answers588
viewsHow do I redirect the user to the address they are visiting after logging in?
How do I redirect the user to the page they were browsing after the user logged in? I’ve seen solutions using $_SERVER['HTTP_REFERER'];, but I think it’s not a good idea, could help me with some…
-
0
votes1
answer368
viewsAngular JS - an ng-model directive template does not work within ng-switch
To get more dynamic my directive decided to include the category field that makes the selection of the type of template to be displayed. As it is just a select thought to use ng-switch instead of…
-
0
votes1
answer108
viewsHow to use plunker codes in my applications?
I am professional Oracle for 12 years and am starting in web development with Angularjs. I searched through the internet for "login screen Angularjs" and arrived to the plunker with your model:…
angularjsasked 7 years, 8 months ago Pedro Menezes 1 -
0
votes2
answers1423
viewsUpdate page without losing the value of a variable
I have a vector that receives data coming from a socket that I use for user notifications, but every time I change pages I lose all the value coming from this variable, I’m using angular on the…
-
0
votes1
answer47
viewsAbout the Angularjs Digest loop
Although I have been working with Angularjs for some time, I have never been able to understand how your Digest loop works. I would like to understand more about it.
angularjsasked 7 years, 8 months ago fernandoocf 1,095 -
0
votes1
answer157
viewsRemove input requirement with anguljar
I have a question with Angularjs, I am making a registration form, and has a certain form that I am doing a validation and has an option to insert multiple phones, it enters the phones clears the…
-
0
votes1
answer154
viewsAngular - keep tabs created when updating the page
In the example http://plnkr.co/edit/TRYAaxeEPMTAay6rqEXp?p=preview , the button creates perfect tabs, but when I give F5 on the page is only the first tab. How do I keep tabs created by the button…
angularjsasked 7 years, 8 months ago Luis Fernando Gonçalves 1 -
0
votes1
answer398
viewsAccentuation problem in array generation with Angularjs
I’m having trouble printing the user’s payment methods, they are being stored in my Localstorage with wrong accentuation: // PEGA $scope.formaspag (array2 no localstorage) E COMPARA COM OS CÓDIGOS…
-
0
votes1
answer66
viewsLimit text to the first paragraph in Angularjs
I have an application that receives a giant text from the database. I want to display only the first paragraph and put a text saying "SEE FULL DESCRIPTION" right below and when you click open a…
-
0
votes1
answer440
viewsAngularjs: Change scope in ngRepeat
I have the situation: in the table below, when I click on "edit", displays the form with the required fields (including with a new "cancel" button). So far everything is working well. The problem is…
-
0
votes3
answers990
viewsShow data with Angularjs according to an input type="select"
Good afternoon, I’m trying to show you the data of a input text according to a select input. When selecting an employee in a select, wish to show the position of the official in a input text. Take…
-
0
votes0
answers85
viewsQuery with reading data from a web api using Angularjs
I have a web api made in Asp.net, I have a script that reads this data, but I’m not sure how to do the other methods. I am posting the code of the script is html that at the moment is running only…
-
0
votes1
answer353
viewsAngularjs Factory in another file
Good morning I’m wanting to create a separate file for each Factory that I have to declare in my project, but it’s not working: App.js file var GestaoGastos = angular.module('GestaoGastos',…
-
0
votes1
answer306
viewsHow to hide a button in Ionic / Angular after it is clicked with ng-click?
I have a button, normal, with an ng-click calling a function: <button class="button button-full button-balanced" ng-click="fechaPedido(pedido.observacao )"> FINALIZAR PEDIDO </button> I…
-
0
votes1
answer35
viewsHow to not allow Backbutton using Ionic when there is a condition?
How can I hide (and/or change the direction of the Backbutton) when I have a condition in the View? I’m trying this way: if (window.localStorage.getItem("fonecedor_carrinho") != '0' &&…