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
answer66
viewsKarma+mocha Error with module Angularjs
Summary I am creating a Seed for modular design with Angularjs + Browserify + Babeljs. I am implementing the unit test part. Problem When I call the angular module it returns the error Typeerror:…
-
0
votes0
answers209
viewsAngularjs app works on Chrome, but on IE it doesn’t work
I have a web application C#, with a page with customer data. When changing the data using Chrome and then saving, the data saves to the database and, via screen, is updated correctly. When doing the…
angularjsasked 8 years, 3 months ago Renan Carvalho 117 -
0
votes1
answer1194
viewsUse window.location.href with Angularjs variable
Hello I’m new in Angularjs, I appreciate any help if you can. I have a question: I have a collection of items that are loaded on the main page is all ok ,but one of the items is a url and I would…
-
0
votes1
answer761
viewsHow to use the Angularjs ng-click function that returns from a php html?
I have a mobile app and have content to be listed through php using ng-bind-html what is happening and that within php in html I want to call a function of a controller that I have but it doesn’t…
-
0
votes0
answers51
viewsHow do I make a Trigger for angular-input-masks validation?
I have a field : <input type="text" name="DataNascimento" class="form-control data" ng-model="EscolherCurso.DataNascimento" required ui-date-mask/> which I preferred to use jquery datepicker.…
-
0
votes1
answer450
viewsForce angled to reanalize ngClass when screen width changes
I’m building an application where I rely on ngClass to change the class of elements. The problem is that I’m not able to do with ngClass interpret a change in screen width (concept of…
angularjsasked 8 years, 3 months ago LeandroLuk 4,989 -
0
votes1
answer127
viewsApply css to Parent
I have an input without borders inside a div and next to the input has a magnifying glass, in this case it is a search field, as far as I know is not possible with css but only with javascript, more…
-
0
votes2
answers1026
viewsHow to use . Directive, modularization and layer splitting? Angularjs
NOTE: Until I understood everything, the problem is that I can not do with this code the information that I passed, like nothing. And when I do not work. Can someone please help me?? Hello, I have a…
-
0
votes0
answers36
viewsShould I use a "Provider" type service just to check if the user is logged in?
I have an application that makes use of the module ngRoute. When the url of a restricted page is accessed, I check if the user is logged in, and then allow access. Only I was replicating this…
-
0
votes1
answer390
viewsRoutes Laravel / Angular $routeProvider
I have something like this in my app.js: app.config( function( $routeProvider ) { $routeProvider.when('evento/:id/:caminho', { templateUrl: 'views/evento.html', controller:…
-
0
votes0
answers78
viewsWhy does ng-repeat not work in php json?
I have a mobile app where I make a ng-repeat to list a photo gallery that well through a JSON php what happens and that I think I have all right but does not list me any image I have tried to query…
-
0
votes1
answer583
viewsHow to convert json array to an object in Angularjs?
I have a mobile app, I have a array to be generated through php what I want now and on angularjs transform the array into an object because when I want to grab for example the id gives undefenid…
-
0
votes3
answers1541
viewsAngularjs Format date
As a data format in the input type controller="DATE"? i have this return in controller... Sat Aug 06 2016 00:00:00 GMT-0300 (Hora oficial do Brasil) Mon Aug 01 2016 00:00:00 GMT-0300 (Hora oficial…
-
0
votes0
answers223
viewsJquery does not work with Angularjs
I got a Dashboard Bootstrap with Jquery, but when I try to use it with the single-page angularjs, the functions that are in jquery do not work, but I can do in Angularjs, what I wanted it to work…
-
0
votes3
answers81
viewsSpare me the news I’m clicking?
I have a mobile app with an area where I list several news through the ng-repeat. Now I have a taste system (like) of every news where there’s a button to make the news taste. What happens now is I…
-
0
votes1
answer7482
viewsWhat’s the expressjs for?
What is it, what is it for and how does express.js work? It is recommended to use it together with Angularjs in a SPA app?
-
0
votes1
answer194
viewsHow to do a search in an app using Angularjs with correct parameter passage?
How to do a search in an app using Angularjs with parameter passage correctly, when I speak correctly I refer to avoid SQL injection. For example, the parameter var parameters = "joao"; in the query…
-
0
votes1
answer271
viewsHow to redirect a Popup URL?
I want that when you click on the "ok" button, it goes to the '/home' template, after closing the modal. Below is the popup code: var alertPopup = $ionicPopup.alert({ title: '<b>Pedido…
-
0
votes1
answer106
viewsng-bind-html removing style
I’m trying to pass a style in a span, more when I use ng-Bing-html it pulls out In the json that is placed on the page until this with the style <script id="data" type="application/json"…
-
0
votes2
answers294
viewsProblem when rescuing form data in Angularjs
I have a mobile app I have a form that makes a filter by districts and municipalities what happens and that is not to rescue the selected data at home select the button pressed or doing anything.…
angularjsasked 9 years, 1 month ago César Sousa 2,025 -
0
votes1
answer110
viewsResearch developed in Angularjs
I am completely "zero" in Angularjs and need to improve the search functionality on this site https://www.nomalism.com/pesquisa#/ that was not developed by me. Right now the search is "stuck" to the…
-
0
votes0
answers56
viewsHelp to convert jquery rating function into Angularjs
I have a website where I have an evaluation system that’s working well with jquery, now I am making the mobile app of this site and has to have the same evaluation system as I am new in Angularjs I…
-
0
votes1
answer190
viewsWrite to bank only chekbox checked at angular
How do I record only checkboxes that are checked. Check this out, I have this example and when I record is recording the 22 items. <li> <label class="requerido">Profissoes</label>…
-
0
votes2
answers82
viewsOne Function does not recognize the other
I’m having trouble setting up a service for Angularjs, I call a function and when it calls another says it does not recognize as a function what was called Uncaught TypeError: teste.redirect is not…
angularjsasked 9 years, 1 month ago Victor Siqueira 638 -
0
votes1
answer1437
viewsLoad JSON via Angularjs
Guys, I’m trying to load a json object to display your information on the screen. The code I’m using is as follows:: (function() { var app = angular.module('tela', []);…
-
0
votes1
answer363
viewsAngularjs - the ng-class directive is not working
I’m trying to apply this class to is when I roll the page to pin my menu to the top of the screen, but the class is not being set: <div class="page-header-menu"…
-
0
votes0
answers472
views$Scope does not visually update the data I fill with Javascript
I’m filling in mine $scope via Javascript using the following code: myApp.controller('gruposController', ['$scope', '$http', '$window', 'usuariosFactory', '$timeout', function ($scope, $http,…
-
0
votes1
answer367
viewsDo not want to save form data in POST Ionic + PHP + Mysql
It’s working the way I do on other forms, but I don’t know what mistake I’m making. I have a table "suppliers": An Ionic form, normal: <ion-view view-title="Cadastrar seu Restaurante"…
-
0
votes1
answer60
viewsDo you have a problem with indexing on Google with dynamically loaded content pages?
I have a page today that is already in production and accessible to anyone by Google where your content is fully loaded from Server and rendered. I upgraded it and now your content will be loaded…
-
0
votes1
answer49
viewsPresent results centered on a table
I want to present the data through a ng-repeat in a table, it puts the correct data but always to the left of the table cell, I tried to add <td valign="middle"> but without success. <table…
-
0
votes0
answers85
viewsUpload images for the first time on a website
On this website www.nomalism.com There is a problem: When opening the site for the first time, especially in the store (search or search option) you notice that the images appear blurred or…
-
0
votes1
answer614
viewsShow only selected checkbox
Hello, I would like to know how I can do to when clicking the completed tasks button it just present me the selected tasks in the list. Button Completed Tasks: <div class="form-group…
-
0
votes1
answer188
viewsProblem with checkbox in selection
I’m using a checkbox in a table with Anglijs that is working incorrectly, there are 2 checkbox what is on top of the table (to select all), and the one of each row. When selecting the one for each…
-
0
votes1
answer242
viewsCreate a directive
Hello someone could help me, I’m just starting my teachings in angular and would like to know how I would create a directive for the list of categories and tasks. I have no idea what could be done,…
angularjs angularjs-directives angularjs-scope angular-moduleasked 9 years, 1 month ago Larissa Mourullo 417 -
0
votes1
answer98
viewsProblem with ui-sref
I’m having trouble making a POST using ui-sref. I need to call a controller passing an ID where it will return me the recorded data in the database. Works great when using route, but when I use…
-
0
votes1
answer97
viewsScrollbar in ng-view does not work
Guys, the following problem happens to me: I’m making a web application and I’m using Angular.js as a framework. I have a div with ng-view and every time you load a page that needs the scroll it…
-
0
votes1
answer145
viewsHow to mount this ng-repeat?
I decided to organize the data in "tabs". But I’m not able to do it using ng-repeat from Angularjs. I have the following json object for tests: var obj = { URL_IMAGEM:"img/user.png", CLIENTE:"BRUNO…
-
0
votes2
answers70
viewsAngularjs HTTP 415
I’m having trouble making a GET request, giving error 415 (Unsupported Media Type). Although already set the headers he seems not to respect. Does anyone have any suggestions of what to do to solve…
angularjsasked 8 years, 1 month ago Wilson Tamarozzi 382 -
0
votes1
answer785
viewsReplicate information by JS Angular table columns
I have a table where I need to duplicate the table columns when the ID changes in the received array. The array consists of…
-
0
votes3
answers122
viewstimeout in Angularjs
I’m making an application in Ionic, which uses Angular.js as a base. I have a native Ionic splash with 3s and soon after enters the splash controller that has a 5s video with an animation. I wanted…
-
0
votes1
answer257
viewsAuthorization via token with Angularjs
I saw that to set the 'Authorization' field of the header with Angular is used: $http.defaults.headers.common.Authorization = "Bearer " + token or $http.defaults.headers.common.Authorization =…
-
0
votes2
answers659
viewsProblem when trying to get $Scope of form with Ionic
I got the following form which sits within a modal: <form name="usuarioForm" novalidate=""> At the end of this form I have a button where I pass the object that was filled into a function, and…
-
0
votes1
answer8812
viewsAngular JS Difference for Nodejs
What Angular JS Difference for Nodejs? Which is most used? Is there any tutorial that you recommend to those who are starting to teach a CRUD in each of them?
-
0
votes1
answer355
viewsTest angular design compatibility in multiple browsers
I have a web application made with Angularjs v1.5.8 and I am worried about compatibility, but I do not intend to download several browsers and go out testing one by one in different versions. I want…
-
0
votes1
answer430
viewsjQuery conflict with Angularjs
I’m having a problem with AngularJS and jQuery. When I only use jQuery in the layout, the menu (sidebar) I have opens normally. But when I add Angularjs the menu does not open anymore, it is simply…
-
0
votes1
answer554
viewsAdd a sidemenu to the Ionic Blank template
Hello! I created my project using the ionic1 Blank template, but there was a need to add a sidemenu to my project. I could not at all add this menu and would like to know if anyone has done this and…
-
0
votes1
answer680
viewsAccess an attribute from another module
I need to update the values within the message directive through the keep-vendor-form directive, both are within the keep-vendor directive. Is it possible ? If so, how do I do it ?…
-
0
votes1
answer684
viewsHow to update model when done ng-change in Angularjs?
Good night, I have two select option the first I have a ng-change that filters by php the data that will be shown in the second select what happens and that it filters well through the browser…
-
0
votes1
answer466
viewsError sending Ionic + PHP + Mysql form data
I am trying to send data from my form, already all validated to my database in Mysql with PHP, but returns me the following error and does not send: What can I do wrong? I need this help. My…
-
0
votes2
answers959
viewsHow to remove item from array in Service after using $filter in the Angularjs controller?
I have a Service that provides a list of tasks. After getting this list by injecting dependencies into my controller I select a filter to order the completed tasks (task.done == true) to be last in…