All Questions
16,339 questions
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 ...
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 ...
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 ...
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"...
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-...
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 ...
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 -> ...
2
votes
1
answer
192
views
How to Update nzFooter of an ng-zorro-antd Modal After a Delay in Angular
Description:
I am working on an Angular project using ng-zorro-antd for modals. I need to dynamically update the footer of a modal after a certain delay (10 seconds). Initially, the modal should only ...
0
votes
2
answers
157
views
How to change AngularJS UI Grid cell font color during cell edition
1.Background
The following code snippet shows that it is possible to change the font color of a textarea element while it is being edited (font color changes from black to red if the word foo is typed)...
0
votes
0
answers
59
views
Unable to set the content to the ckeditor
I am using version 5 of CKEditor and I have an issue where I can load the Ckeditor in the UI but am unable to see the content in it after setting the data
If I add the links from the Editor menu, the ...
1
vote
1
answer
68
views
I get a blank first page when printing the HTML Template of a widget with multiple loops
I am using a table with a tbody etc. I have a situation where I have created a report widget that loops through dates then reservations followed by service items. Everything looks fine on the screen, ...
1
vote
1
answer
73
views
Cannot map in TypeScript
I am currently following a tutorial and I am stuck in front of this error:
TS2345: Argument of type 'OperatorFunction<WorkerData, WorkerData>' is not assignable to parameter of type '...
0
votes
0
answers
29
views
Select fields replaced by datepicker in Chrome and Safari (iPhone)
We detected a serious UX delay in our legacy AngularJS app for mobile users, that get trapped in the datepicker when selecting date of birth.
In PC we just have 3 select fields, and it goes much ...
0
votes
0
answers
50
views
Display Data values on top of bar chart using angularJs
I am trying to dispay a barchart using chartjs and angularjs by getting data from database i am succesful in doing it but when i hover on the bar then the values are displayed i want the values to be ...
0
votes
0
answers
72
views
NGX-joyride is throwing an error that doesnt make sense
I have used ngx-joyride version ^2.5.0 in my project and I am being faced with this error:
Error: All the steps should have the 'joyrideStep' property set with a custom name.
Here is my steps code:
...