261,459 questions
-4
votes
1
answer
51
views
How to do tooltip info message in angularjs
I am trying to show the info message when we click the button. But it is not working in AngularJS.
When I click the button nothing will happening. I am not getting any error, but it is not working.
...
Advice
0
votes
1
replies
36
views
Hash-Based Routing Redirect Issue After Affirm Payment in Legacy AngularJS Application
We’re integrating Affirm via Stripe in a legacy SPA(angularjs) that uses hash-based routing (#) instead of browser history routing.
After the Affirm checkout flow, Stripe redirects back to our ...
0
votes
0
answers
79
views
Angular 21 cold start error: platform2.detectOverflow is not a function (Shepherd.js + @floating-ui/dom) — works after refresh
We upgraded our application from Angular 20 to Angular 21.
After the upgrade, we are seeing this runtime error only on cold start (after clearing browser cache and local storage):
TypeError: platform2....
Advice
0
votes
2
replies
75
views
Advice on how to be a good angular dev
I’m learning Angular and currently comfortable with Reactive Forms, API integration, authentication (JWT/cookies) and basic state handling. I’ve implemented login flows, and conditional UI rendering. ...
0
votes
0
answers
77
views
Stored procedure running multiple times in Angular application
I have a very odd problem that I can't get to the bottom of. I have an Angular application that uses node-mssql. It runs a lot of different queries and stored procedures where the result is used to ...
3
votes
2
answers
183
views
setTimeout not triggering change detection in my Angular code
I am trying to create a toast service for my e-commerce project. Initially, this was my code below. There is a toasts array and an add function. We can pass in a message to the add function and it ...
Advice
0
votes
0
replies
85
views
How to reconfigure code to not only search by title column but to search within document
Below is the current version of the code which filters a SharePoint document library by the title. Is it possibly to modify the api call to search filter the files based on either the title or the ...
0
votes
0
answers
36
views
WKWebView: CDVWKWebViewFileXhr not found when using Salesforce SDK 13.1.0(Cordova iOS 7.1.1)
Issue Description
When building a Salesforce Hybrid Cordova app with SDK 13.0.2 and Cordova iOS 7.1.1,
the app fails with the error:
Steps to Reproduce
Create new Salesforce hybrid Cordova project.
...
0
votes
0
answers
35
views
How to maintain ui-grid pagination state in AngularJS when navigating between pages?
I’m working on an AngularJS (1.x) application that uses ui-grid with pagination.
I want to maintain the current pagination state (current page and page size) when navigating between views — for ...
0
votes
0
answers
53
views
Uncaught Error: [$injector:modulerr] received while attempting to run angular app
I receive the following error "Uncaught Error: [$injector:modulerr]" while running the following app. The code is designed to submit the data received to a SharePoint list when the submit ...
-1
votes
1
answer
73
views
Data from html disappears and doesn't not post using rest api call. When submit button is selected the form clears and data is not submitted
I have a basic HTML form that submits data to a SharePoint list. There are no errors in the code, nor do I receive anything that would cause the form not to submit to the SharePoint list. I am using ...
0
votes
0
answers
46
views
AngularJS + Compass project fails to run locally on Windows (grunt dev / SCSS )
I’m trying to run an old AngularJS project locally on Windows 11. The project uses:
SCSS with Compass
Pug templates
Grunt tasks (grunt dev / grunt build)
Node.js + Bower
According to the README, I ...
0
votes
2
answers
52
views
how to align a table column to right using PDF MAKE
I created an UI to export angularjs grid to PDF using PDF Make, it was succeeded, but I want align only two columns to right in the table. I used below code for that,
exporterPdfCustomFormatter: ...
0
votes
0
answers
233
views
Conflict between lodash.js and underscore.js
I am working on integrating a plugin into my application which resulted in lodash.js and underscore.js conflict. I have underscore.js implemented in my entire application and this plugin which I am ...
0
votes
0
answers
69
views
Recaptcha doesn't load (for some devs) in chrome, does in edge, in ASP.NET/Framework site
I work on an old .NET Framework 4.8 site serving angularjs. We load recaptcha in a script tag (as opposed to bundle.js). The render query value is replaced with what I am assuming is our key, which I ...