Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
28 views

Window.print() Page break not working for merge row

I'm stuck with this problem. I used many solution but still not solved. I have a form with table data, but the table has row merge with many "<td></td>". I want to page break <...
Ric Ker Banton's user avatar
0 votes
0 answers
17 views

Angular.js directive does not work for uib-tooltip

I am struggeling with uib-tooltip. I would like to add there 'tooltip-popup-delav' using a directive. export function UibTooltipDelay(): ng.IDirective { 'ngInject'; return { restrict: 'A', link: ...
aKa's user avatar
  • 19
1 vote
0 answers
46 views

Paypal Billing Agreement approval_url using sdk

Billing agreement Paypal payment method, while we are calling order api backend initiating the order from Paypal and in response on frontend we are getting the approval_url to complete the paypal ...
san's user avatar
  • 21
0 votes
0 answers
47 views

File Upload In Angular Error 403 Access Denied

I create function in angular onFileUpload() { this.uploader = new FileUploader ({ url: environment.apiUrl + "/uploadImage" , autoUpload: true, }); this....
N Putra's user avatar
0 votes
0 answers
30 views

Unable to integrate keycloak with angular Js 1.x -- seeking Guidence

I am reaching out to seek your guidance on integrating Keycloak authentication into an Angualar JS 1.x application. We have an existing application registered on Keycloak, and we have the necessary ...
Ranjan Singh's user avatar
0 votes
0 answers
55 views

Google Map GeoCoding API does not work for some postal codes while it works for some other postal code in the same country

I am using the below API to get coordinates using input as postal_code & country (DE in my case which is Germany): https://maps.googleapis.com/maps/api/geocode/json?components=postal_code:13627|...
amarnathpatel's user avatar
0 votes
0 answers
8 views

angularjs element attaches to DOM only on first page entry, but not on page refresh/re-entry

In my cordova/ionic app, in one page view button opens a modal and an ng-repeat generates the DOM elements. After the ng-repeat attaches all the new DOM elements, then I am cloning a hidden DIV and ...
rolinger's user avatar
  • 3,014
0 votes
0 answers
32 views

Canvas redraw does not happen after leaving and returning to a page view

I am creating ticket qrcodes on the fly and attaching them to an ng-repeat in a modal when a user clicks a button to open the modal. It works. If the modal stays open, then every 5 minutes the ...
rolinger's user avatar
  • 3,014
0 votes
0 answers
13 views

Delay in the effect of addClass on Body when using iOS

Within an AngularJS controller using any of these: $('body').addClass('whiteBG'); ('body').attr('style','background-color: white !important'); body.classList.add('whiteBG'); ...
Mikioe's user avatar
  • 13
0 votes
0 answers
20 views

angularjs element manipulation

I am confused about angularjs manipulation. How come: angular.element("#elementID").is(':visible') ; // works angular.element("#elementID").slideUp() ; // works ...
rolinger's user avatar
  • 3,014
0 votes
0 answers
83 views

How to get the date of server on which the site is deployed on?

I want to get the current date of server on which site is deployed on... our site is deployed on IIS and the system is in America. when we open URL,on date column it shows our current date i.e: my ...
Zoraiz Hammad's user avatar
0 votes
0 answers
15 views

angularjs state cache false prevents re-attaching canvas to div

I discovered an issue where user goes to PageA, user clicks a button that opens a Modal, the modal initiates a rest API call and with info returned from the call is used to create a qrCode and attach ...
rolinger's user avatar
  • 3,014
0 votes
1 answer
10 views

cordova page load is triggering unopened Modal ng-repeat scripts to run

I have a controller for template PageA. PageA has a modal on it that ONLY opens when the user clicks a button. In the Modal is an ng-repeat; using ng-init, when the ng-repeat is finished ($last) then ...
rolinger's user avatar
  • 3,014
0 votes
0 answers
32 views

Angularjs not attaching dynamically created qrcode on FIRST call of repeating function

I have a situation where at the end of ng-repeat I am executing a function that will then attach qrcodes into <DIV>s that were just created in the ng-repeat. At the end of that function is a ...
rolinger's user avatar
  • 3,014
-1 votes
1 answer
26 views

how to link two fields with a connecting line when the two fields clicked.... in angularJs

i have 10 fields in the upper side , and have 10 fields in the bottom side , i need to two fields were connect with a line when i clicked two fields (one upper field and one bottom field) , in need to ...
Saravanan Thangadurai's user avatar

15 30 50 per page
1
2 3 4 5
1021