261,634 questions
0
votes
0
answers
19
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.
...
-1
votes
0
answers
34
views
ng-cloak stuck in hidden state
ok, so in a really old angular-js app I am working on, there is a div looking like this
<div ng-cloak>
The context seems fine and it should work.
However when running the app i dev mode (with ...
-1
votes
1
answer
64
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
2
answers
38
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
54
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 ...
0
votes
2
answers
156
views
Make ng-container work inside a HTML table
The ng-container does not work with ng-repeat inside a table.
This is my code.
<tbody>
<tr>
<ng-container style="border-bottom: 5px solid black" ng-repeat="...
0
votes
0
answers
45
views
Angular - how to display the selected's label of dropdown on the md-table when data is bind
The md-table is bind to data assets where application_id is an integer.
The dropdown is populated with possible values with:
Value = application_id, Label = application_name
The table is editable ...
0
votes
0
answers
140
views
Black screen when using Barcode Scanner mlkit in the Value/Capacitor modal window, despite the permissions in vue 3
I'm tried to convert angular app to vue 3, but i get some problems. There are:
black window while i call startScan() but android says that camera in using and all permissions allowed
function scan() ...
2
votes
0
answers
113
views
Google Maps types are outdated while updating google.maps.places.Autocomplete to google.maps.places.PlaceAutocompleteElement
I am using google.maps.places.Autocomplete in my project, as you can see, and getting a warning:
"js?key=YOUR_API_KEY&libraries=drawing,geometry,places:83
As of March 1st, 2025, google.maps....
1
vote
1
answer
135
views
How to show BeforeUnload alert from SPA?
I am using AngularJS SPA and trying to alert users when they are about to navigate away from active form.
There are 2 parts for this:
User closes active tab
User clicks internal link to navigate
So ...
-1
votes
1
answer
61
views
I am engaging with Capstone project - prepare online learning system for student and teacher logging
I created my capstone project frontend with Angular.js, and the backend with Node.js and Express. The database was created by sqlite3. I want to update the files in the GitHub repository and use ...
0
votes
1
answer
31
views
Creating a data picker component that behaves like a drop-down
I need to create a data picker that allows a user to select data but in a different way than a classic drop-down.
So, I have the following template:
<div class="data-picker" ng-class=&...
1
vote
0
answers
64
views
How can I fix the slot ng-repeat so it will display the areas for the selected block?
I am trying to display the areas for the selected block, the wizardStep is the parent controller and the optionSelector is the child controller. I am sending the selected name and value of the ...
0
votes
1
answer
72
views
How to convert a simple select to use AngularJS data array?
I have an old system which needs a bit of a tweak. All works as I expect when I have some AngularJS declarations and plain HTML/JavaScript. Current code is:
<div ng-controller="myController as ...
0
votes
0
answers
69
views
ng-repeat disable other repeated HTML Attribute
I am using "ng-repeat" to display 3 elements => Radio buttons- Yes/No, "Save" & "Cancel" buttons.
Objective of this question is to Enable only 1 HTML Attribute at ...
1
vote
2
answers
54
views
ChartJS to show image on y-axis
This is part of chart code. I am trying to show the image on the yaxis. My first problem is that the img.onload does not hit because It does not set the width and height. 2nd it just show [Object ...
1
vote
0
answers
50
views
Highcharts - Memory increasing when redrawing charts
I have an angularjs application that is running on electron.
I have created 4 chart components and have initialized them during application startup. I have also synchronized their tools tips during ...
0
votes
1
answer
31
views
Set background color of table column with AngularJS
I would like to set the background color of a table column with AngularJS.
I found an example without AngularJS:
$('td').hover(function() {
var t = parseInt($(this).index()) + 1;
$('td:nth-...
2
votes
1
answer
55
views
unable to read a file from angular and pass it to API built using java
I have application where I am using angular. Input a csv file and add the file to form.
below is the code used
var fileInput = document.getElementById('chosenFile');
var fd = new FormData();
fd.append(...
1
vote
0
answers
17
views
using Angularjs 1.8.3, my menu item showSubmissions shows the login screen instead of the submissions page
When I click on the $ctrl.showSubmissions() it shows the login screen instead of the submissions page.
I have console.logs and it appears the auth is OK, it does not seem to be routing correctly.
All ...
0
votes
0
answers
111
views
Service worker cache update issue - EDGE browser - sw-precache
I'm working on an AngularJS application where we have implemented offline capability using Service Worker Caching (using sw-precache). Once the user loads the page, all the assets (configured in sw....
0
votes
0
answers
240
views
PrimeNgFreeLicense- My custom theme(preset) not working properly
app.config.ts file
import { provideHttpClient, withFetch } from '@angular/common/http';
import { ApplicationConfig } from '@angular/core';
import { provideAnimationsAsync } from '@angular/platform-...
2
votes
2
answers
103
views
AngularJs API post file to the .net core app endpoint file parameter is null
I am using ald angularJs and trying upload file and do API call, API is a .net core app, I can see request using breakpoint in the API but parameter is comes null always.
here is the angularJs code
...
0
votes
1
answer
345
views
Spinning up Angular app with ASP.NET Core Web API on the same port using UseSpa library
I'll appreciate some assistance debugging my code to know what I am missing or doing wrong.
Please feel free to review related code at my git repository at this link https://github.com/slim1477/slim-...
0
votes
1
answer
88
views
TypeError: Cannot read properties of undefined in angular JS application
I have created an angular JS app , basically i am trying to upload a file . The page gives an option to select CSV. then there is upload button. Once click it will call java function and upload the ...