262,144 questions
0
votes
1
answer
15
views
Creating a data picker component that behaves like a drop-down
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=&...
0
votes
0
answers
20
views
Interactive node graph with AngularJS
I want to building an interactive node graph on a web app and be able to add and delete node and connect them.
This is an example with baklavajs but I need similar example on AngularJS.
-6
votes
0
answers
30
views
Convert baklavajs to angularjs [closed]
Has anyone tried converting this project to Angular JS?
The problem is with app.vue.
How we can display the vue with angular ?
HTTPS://codesandbox.io/p/sandbox/baklavajs-v2-exemple-zpfkec
Thanks
0
votes
0
answers
13
views
Cordova UI Router not reloading when using web inspector manual refresh to reload app
When using web inspector on chrome/android or safari/iphone my app will launch just fine and I can inspect everything. However on certain occasions, especially on Safari, app startup console messages ...
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
0
answers
37
views
Not able to navigate to submenus in Angular when the submenus are generating upon clicking of parent menu
My Application is built in Angular, I came to a scenario where I am not able to navigate back to sub-menus. So the module is built like this.
We have list of menus which are defined in html template.
&...
0
votes
1
answer
28
views
Getting unsupported media type error when sending a file to an endpoint in spring
I am trying to test my file converter using postman and a input button in angular but am receiving a content type error. i have this endpoint that is supposed to capture the file and user. Whenever i ...
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 ...
-1
votes
1
answer
37
views
My AngularJS/HTML <script src> tag syntax isn't correct
I've tried these tags separately in my AngularJS/HTML course. The first and second are the instructor's script tags from his presentation setup. The third and fourth tags refer to my computer. His app....
0
votes
3
answers
54
views
New @for Directive in Angular – Dynamic Array Issue
I'm creating a dynamic FormArray within a FormGroup. The only change I've made is switching from *ngFor to the new @for. The issue occurs when I try to remove an element from the FormArray.
Previously,...
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
1
answer
65
views
How to create Angular mutually exclusive checkboxes and filter
I have 4 checkboxes that filter based on its name/identifierValue. When the page loads ALL should be selected. If I click any other box 'ALL' should deselect and I then filter based on the selection....
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 ...
1
vote
1
answer
46
views
How to properly filter material table using angular using checkbox
I have a set of data in which is filtering by checkbox. However it only works one time. For example. I have 2 distinct company If I check company it filters and shows two rows and I uncheck it shows ...
1
vote
2
answers
48
views
ChartJS to show image on y-axis
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 ...