Skip to main content

All Questions

Tagged with
1 vote
0 answers
44 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 ...
randomdude's user avatar
0 votes
1 answer
58 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 ...
KeithViking's user avatar
0 votes
0 answers
54 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 ...
Pururava's user avatar
0 votes
0 answers
21 views

Angular migration from 1.2 to 1.8 issue

I'm new to Angular and I got the task to migrate an old application using Angular 1.2 to Angular 1.8, I'have been able to solve most of the issues except for this one, as you can see in the following ...
Miguel Lopez's user avatar
0 votes
1 answer
24 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-...
quma's user avatar
  • 5,773
1 vote
0 answers
21 views

Child rows not displaying correctly in AngularJS

I see an issue when I am trying to add child rows in AngularJS. I have child rows and they are printing in the <pre> tags but not in the child rows. <table class="table table-hover"...
charan's user avatar
  • 11
0 votes
0 answers
31 views

How can I add a button directly inside the calendar in AngularJS?

I am trying to add a button inside a calendar input component (datepicker) in AngularJS, but I haven't been successful yet. Here is the code I am using: <div class="input-group date-picker-...
Jonathan Carvalho's user avatar
2 votes
1 answer
102 views

SlideChange(Swiper) event is not functional

I have the following situation: I'm trying to use the Swiper library to change pictures as a carousel. I'm using Angular 16(I will soon upgrade to v18) and the latest version of Swiper, when selecting ...
Turing99's user avatar
1 vote
1 answer
35 views

NG8001: 'router-outlet' is not a known element:

i was having a problem at first I was trying to log in to connect with main when I logged in, but while I moved, I asked for help pro gpt and now an error appeared that I could not solve in any way, ...
Allan José's user avatar
0 votes
0 answers
25 views

Html2canvas is not giving me darker image in angular for a graph image which is rendered on screen

I have a animated chart graph which is represented in my UI Screen whenever i am using Html2Canvas it is capturing the image but in very light way. I have to take that image and put it in a PDF. const ...
Navjyoti Rath's user avatar
0 votes
0 answers
37 views

Is there any way to achieve fence view in word files which are in read only mode

Basically fence view means, the document gets blurred but the small area near the mouse gets cleared, as the mouse moves that specific area is visible and rest document is blurred. I have done it ...
Sonal Sawant's user avatar
0 votes
1 answer
29 views

Having issues trying to add a new page/component to a angular system

Hi this is my first time doing maintence in a angular system and trying to build things on it and im trying to add a new page to the system to implement some bots on it that part its not that ...
awaky's user avatar
  • 9
0 votes
0 answers
39 views

NullInjectorError: No provider for hr in Angular app

I'm encountering a NullInjectorError in my Angular application when I click on the login button. The error message in the console reads: main.js:23 ERROR NullInjectorError: R3InjectorError(n)[n -> ...
Vineet Sharma's user avatar
1 vote
0 answers
66 views

How to Login to a Website that is using an Angular ng-model form class

I am trying to use VBA to login to a website that is local to my network (http://192.168.0.160/wespjs/index.html#/login). I'd like to navigate to the website on my own, and then use a simple command ...
Matt Russell's user avatar
-1 votes
1 answer
68 views

Froala content changes after page load

I have a Froala control in my page that is potentially empty, or filled with previously saved content. I also have a dirty check in place to compare the before and after of the field when there are ...
PKD's user avatar
  • 707

15 30 50 per page
1
2 3 4 5
1651