Skip to main content

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
27 views

Issues with bootstrap-image-gallery.min.js and CSP headers in AngularJS project

I am using the bootstrap-image-gallery.min.js library in my AngularJS project. I have imported the library in my cshtml file, but I am facing issues with the modal popup. When the popup opens, the ...
Abhishek Sharma's user avatar
-1 votes
0 answers
20 views

Angular date picker in first component stops working after navigation [closed]

In Angular application. Clicking the date picker in the first component works fine and successfully navigates to the next component. However, when I return to the first component and attempt to ...
saravanan's user avatar
0 votes
0 answers
26 views

is there any possibility to use the node package in angularJS version1? using grunt [closed]

I need to implement optimizely trough package in Angular JS and Grunt, instead of CDN script integration.
Rajasekar's user avatar
0 votes
0 answers
46 views

When AngularJS render the HTML elements?

I have Cannot read properties of undefined reading rate error in the browsers console for a web app developed using AngularJS. HTML code: .... <div ng-if="!GetTaxController.getMinimumTax()&...
MABC's user avatar
  • 586
-1 votes
1 answer
24 views

Setting object values to ng-model in angularjs

I am using angularjs 1st version to display values on multiple text fields using ng-model. I have an object like this $scope.fieldValues = { keys: Object.keys(subkeys), values: Object.values(...
User's user avatar
  • 383
0 votes
0 answers
18 views

Trying to pass values through POST to a php file using $http service of angular js does not work [duplicate]

Basically, I'm creating an e-commerce website for a college project. My intent is that when a user clicks on the add to cart button, the name of the book and it's price gets sent to an external php ...
Aaryan Fatnani's user avatar
0 votes
1 answer
31 views

Access Object inside Object - Javascript/JQuery

How do i access myUrl object inside testController i have defined directive as below paginationModule.directive('myDirective', function() { return { restrict: 'E', scope: { '...
sshet's user avatar
  • 1,160
1 vote
1 answer
37 views

Angular v18 - 404 on request

I've updated the Angular application to version 18 (18.0.1). I'm facing some issues regarding the http requests on localhost. For most of the requests I'm getting a 404. I'm behind a corporate proxy ...
anyway07's user avatar
  • 297
0 votes
1 answer
26 views

AngularJS $http.put returns 405 when published

I have an ASP.NET project with AngularJS. I am using $http.put to update a certain record in the database and I need the .then to do something later. I have an IIS server. When I test the code locally ...
Alaa's user avatar
  • 11
1 vote
1 answer
41 views

Dynamic routing in angular based on a condition

I want my app to route to different components based on an environment variable(e.g. switch). In the constructor of app routing module , I have added the condition to check for the variable. if(...
Teeee's user avatar
  • 13
-2 votes
0 answers
18 views

AngularJS and Angular 7 alternatives [closed]

in terms of not having breaking changes in each version and haveing an easy way to upgrade due to end of life and lack of updated browser competabilities and security issues, on which client side ...
newbiedev's user avatar
1 vote
1 answer
57 views

How to have loading screen before data is loaded

I want to have a loading screen before data is loaded. my data is collect from ngOnInIt and i want to make sure that the page will only show after data is loaded. @if (!(dataReady$ | async)) { <...
anscom ooi's user avatar