Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [angularjs]

Use for questions about AngularJS (1.x), the open-source JavaScript framework. Do NOT use this tag for Angular 2 or later versions; instead, use the [angular] tag.

90,531 questions with no upvoted or accepted answers
34 votes
2 answers
13k views

Looking for a Dual Listbox with AngularJS and Bootstrap

I am looking for a component like this to be included in my project: http://geodan.github.io/duallistbox/sample-100.html I want to install it with npm. The problem is that I tested some of the ...
Iker Aguayo's user avatar
  • 4,088
25 votes
1 answer
532 views

Updating AngularJS scope after validating search form in Symfony2

Hi fellow developers, We have to rewrite a software application in Symfony2 with AngularJS, we use Symfony2 for the MVC purpose and AngularJS for the useful functions. Here's our problem, we first ...
Dylan Gauthier's user avatar
16 votes
2 answers
594 views

Angular-google-area-chart chart background color overlapping

I am creating an area chart using angular-google-chart. I am trying to show different colors for the particular area. But you can see the area of red and green lines(areas) are overlapped by the blue ...
the_mishra's user avatar
16 votes
1 answer
4k views

What is regularInterceptedExpression in angular?

During debugging of my ng-app I've find out that most time of $digest takes regularInterceptedExpression. The question is, what is causes of triggering it?
Andrii Tsarenko's user avatar
12 votes
1 answer
16k views

Multiple config blocks in angular module

I need to resolve some dependencies (fetching data for my services, etc.) in my app before it loads. I would like to separate these out, so that I have one config block for the main app, and then one ...
lintmouse's user avatar
  • 5,109
12 votes
2 answers
1k views

Not able to add attribute like Id or class for any tag in trix-editor while inserting HTML programmatically

I am trying to add attribute like id, class for span tag in trix-editor while inserting the html through java-script but when I checked the DOM for that tag, editor removing the added attributes from ...
Manoj Kumar's user avatar
12 votes
2 answers
2k views

ng-view not working on Microsoft Edge

I am testing my application on Microsoft Edge and it throws this error: app.config( function ($routeProvider) { $routeProvider. when('/logout', { template: '&...
Le Dac Sy's user avatar
  • 381
11 votes
0 answers
470 views

Importing AngularJS 1.6 into Angular-Universal Project

We have a hybrid Angular6 and AngularJS 1.6 project which we are currently migrating. In this process, we also want to introduce Server Side Rendering (SSR). The problem is, that the SSR is running ...
helgetan's user avatar
  • 1,407
11 votes
1 answer
5k views

Is it possible to upgrade angularjs atttribute directives to use in angular 4?

I've been able to upgrade an angularjs element directive to be used in angular 4. Here's a sample code: [myScores.js] angular.module('app.components.directives.myScores', []) .directive('myScores', ...
Will's user avatar
  • 1,758
11 votes
0 answers
452 views

How do I configure Java EE running on GAE to work with Angular UI Router in html5Mode?

I am attempting to set the UI Router location provider html5Mode to true for my Angular application: locationProvider.html5Mode(true). While this works client side (appropriately redirects) I am ...
ahsteele's user avatar
  • 26.4k
11 votes
2 answers
4k views

Strange Angular-ChartJS issue, not displaying correctly in Ionic App

I'm building an Ionic App with AngularJS. In this App I want a line-chart of data. Yesterday I asked a question about this (Angular-Chart not rendering anything) which was answered, but now there's a ...
Jeroen's user avatar
  • 2,073
11 votes
1 answer
2k views

Data synchronization in Offline First applications

With all the buzz around Offline First applications, one of the firsts things that comes up is the data synchronization between the client and the server. There are several posts and questions about ...
Denis C de Azevedo's user avatar
11 votes
2 answers
4k views

Angular.js - does form validation emit any events?

The problem is, I'm using ui-router and I have two views, one is kind of a toolbar, second is content with a form. Now I'd like to have a save button in the toolbar, which would be disabled if form ...
fxck's user avatar
  • 4,898
11 votes
2 answers
2k views

Wrapping Foundation 4 reveal in Angular

New to Angular, just trying to get some harmony with Zurb Foundation 4. A case in point; I am trying to make use of the http://foundation.zurb.com/docs/components/reveal.html component. Straight-...
adm's user avatar
  • 285
10 votes
1 answer
266 views

Angular-Translate : Child Module translatePartialLoader urlTemplate overrides the Parent Module translatePartialLoader urlTemplate

I have to use multiple translatePartialLoader with different urlTemnplate. I am using angular-translate-loader-pluggable. It seems like the child module urltemplate overrides the parent modules ...
Debananda's user avatar
  • 486

15 30 50 per page
1
2 3 4 5
6036