262,146 questions
-1
votes
0
answers
23
views
I am engaging with Capstone project - prepare online learning system for student and teacher logging
I created my capstone project frontend by Angular.Js backend by Node.Js and Express. Database created by sqlite3.I want to update the files into github repository and autograding for evaluate my ...
0
votes
0
answers
17
views
Dir-pagination, start and end, how it's work?
I have this table.
<table class="table table-hover table-sm" ng-if="userRole=='admin'">
<thead>
<tr&...
-1
votes
1
answer
33
views
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 ...
0
votes
1
answer
21
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
21
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.
0
votes
0
answers
16
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
45
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
42
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
29
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
38
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
55
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
56
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 ...