262,144 questions
-1votes
1answer
31views
Automatic login with Windows user over JS/AngularJS front and C#/OWIN backend
I have a JavaScript/AngularJS fronted with C#/OWIN backend server. Currently, users go to the login page and send their username/password via POST request and backend server returns a set of ...
0votes
1answer
20views
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=&...
0votes
0answers
21views
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.
0votes
0answers
15views
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 ...
1vote
0answers
45views
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 ...
0votes
0answers
41views
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. &...
0votes
1answer
29views
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 ...
0votes
1answer
58views
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 ...
-1votes
1answer
37views
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....
0votes
3answers
55views
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,...
0votes
0answers
56views
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 ...
1vote
1answer
65views
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....
0votes
0answers
21views
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 ...
1vote
1answer
46views
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 ...
1vote
2answers
49views
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 ...