Replacing windows object with AngularJS services
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2024 12:04 AM
How can I replace "windows.location.replace" using AngularJS services and will it work or not like it used to. Context- I'm using this method in client controller script for a Widget so will replacing windows method with Angular JS will have same functionality or not.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2024 12:15 AM
Hi, Use "location.replace" method instead of "windows.location.replace".