Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
19 views

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. ...
Shweta Lodhe's user avatar
-1 votes
0 answers
34 views

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 ...
munHunger's user avatar
  • 3,117
-1 votes
1 answer
64 views

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 ...
SPninja's user avatar
  • 11
0 votes
2 answers
38 views

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: ...
JagathNalin's user avatar
0 votes
0 answers
54 views

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 ...
Emery Noel's user avatar
0 votes
2 answers
156 views

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="...
Ginto's user avatar
  • 41
0 votes
0 answers
45 views

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 ...
user3033959's user avatar
0 votes
0 answers
140 views

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() ...
THE BEST OF THE BESTS's user avatar
2 votes
0 answers
113 views

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....
shahid zaman's user avatar
1 vote
1 answer
135 views

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 ...
Justinas's user avatar
  • 43.9k
-1 votes
1 answer
61 views

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 ...
nadeeka dilrukshi rajapakshe's user avatar
0 votes
1 answer
31 views

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=&...
Vincent's user avatar
  • 2,424
1 vote
0 answers
64 views

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 ...
randomdude's user avatar
0 votes
1 answer
72 views

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 ...
KeithViking's user avatar
0 votes
0 answers
69 views

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 ...
Pururava's user avatar
1 vote
2 answers
54 views

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 ...
Muhammad Nadeem's user avatar
1 vote
0 answers
50 views

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 ...
user30000074's user avatar
0 votes
1 answer
31 views

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-...
quma's user avatar
  • 5,787
2 votes
1 answer
55 views

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(...
Aditya Bhatnagar's user avatar
1 vote
0 answers
17 views

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 ...
randy's user avatar
  • 1,919
0 votes
0 answers
111 views

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....
hashcoder's user avatar
  • 520
0 votes
0 answers
240 views

app.config.ts file import { provideHttpClient, withFetch } from '@angular/common/http'; import { ApplicationConfig } from '@angular/core'; import { provideAnimationsAsync } from '@angular/platform-...
20ECE008 Pavithra G's user avatar
2 votes
2 answers
103 views

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 ...
Sargis's user avatar
  • 167
0 votes
1 answer
345 views

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-...
Seyi Agboola's user avatar
0 votes
1 answer
88 views

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 ...
Aditya Bhatnagar's user avatar

1
2 3 4 5
5233