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.

angularjs
0 votes
0 answers
8 views

ng-repeat its repeat names when there is more than one subjects

ng-repeat its repeat names when there is more than one subjects html code this problam is dublecate the name if there are more then one grade for subjects in the same month i need to delete the ...
Aleziee Alyosofi's user avatar
1 vote
1 answer
39 views

Angular JS to Angular 18 migration

I'm trying to create a hybrid Angular JS Angular 18 application, and at first the application was running fine with this setup: upgrade-module.ts import { DoBootstrap, NgModule } from '@angular/core'; ...
Some d's user avatar
  • 75
0 votes
0 answers
33 views

Resolving AngularJS Unknown Provider Error in horizon.app.core.openstack-service-api

I'm encountering an issue with AngularJS where I'm receiving the [$injector:unpr] Unknown provider error. The error message points to horizon.app.core.openstack-service-api.novaExtensionsProvider as ...
Praveenkumar.B's user avatar
0 votes
0 answers
16 views

Angularjs Application showing sourceType module error while parsing

I am working on AngularJs 1.x application. I have successfully installed node modules but when I am trying to run the application using command npm run bundle , I am encountering the error which is ...
Mohit Kumar Sharma's user avatar
0 votes
0 answers
23 views

How to create a carousel of text pages?

Using Angular js I want to create a carousel of texts and picture like this: Name: Jimmy Age: 25 Hobby: Swimming Height: 175cm etc... etc.... Photo: ...
AtsonMon's user avatar
0 votes
0 answers
21 views

is ng-grid.js CSP compatible?

I am using the ng-grid.js library in my AngularJS project and need to verify if setTimeout and eval() are functioning correctly after removing unsafe-eval from the Content Security Policy: <add ...
Abhishek Sharma's user avatar
0 votes
0 answers
28 views

Select option in angular with javascript

Hi every one i am trying to select an option in a page written ing angularjs via javascript i digged a few but i couldnt find any solition any example will be appreciated thanks. <div class="...
FreeCLoud's user avatar
1 vote
1 answer
35 views

How to open AngularJS UI Bootstrap popover when a UI Grid cell is being edited

The following code snippet uses a directive named invalidnamesetter to raise the isInvalidName flag when the user types the word foo in a UI Grid cell. As expected, the HTML <label> tag is set ...
Fabien Launay's user avatar
-2 votes
0 answers
26 views

Problem in 'ngx-intl-tel-input' library dropdown not working [closed]

I am working with the ngx-intl-tel-input library and have followed all the steps provided in the documentation. However, the input text field only shows one country, and the country list does not ...
omar seleim's user avatar
0 votes
0 answers
19 views

not able to install angular cli on command prompt

I used the command npm install -g @angular/cli on the command prompt to install Angular CLI, but it just keeps loading for a very long time and is not getting installed. Can anyone help me with this? ...
Sahil_Satav's user avatar
0 votes
0 answers
32 views

Is signalR-2.3.0 is Content Security Policy (CSP) compatible or not?

I'm using signalR 2.3.0 version for project. I've added this lines of code in web.config <httpProtocol> <customHeaders> <add name="Content-Security-Policy" ...
Pritesh Bhatasana's user avatar
0 votes
0 answers
44 views

Chrome can't play videos larger than 25 MBs [closed]

I have an client written in angular which makes a call to a REST API written in JAVA to retrieve a file. If the file is a video, I have the option to play the video inside the client using a video ...
Ștefan Jiroveanu's user avatar
0 votes
1 answer
45 views

How to Synchronize mat-paginator Page Sizes?

I'm attempting to synchronize the page sizes of multiple mat-paginators that are nested across multiple child components. I'm using a shared service to store the "global" page size. However, ...
Andrew Biddle's user avatar
0 votes
1 answer
99 views

Is bootstrap.min.js CSP compatible?

I am importing the bootstrap.min.js library file in my AngularJS project. The problem arises when I add the following CSP line to my project: <httpProtocol> <customHeaders> <...
Abhishek Sharma's user avatar
0 votes
0 answers
15 views

Cursor disappears after selecting option in select multiple [closed]

I have selectize js in my project. For a multi select dropdown as soon as I select the 1st option cursor is disappearing and cannot type the value in the input field for next option selection. I tried ...
Nizampatnam's user avatar

15 30 50 per page