All Questions
707 questions
0votes
1answer
27views
Angular Js Id convert to other formate
I'm using Angular js now I'm Facing error when button is click it will fire a function and this function is pass a value it will convert the value in like this : 1e+21 but the actual value is like ...
1vote
2answers
60views
How to set @Url.Content for an image in AngularJs MVC Application
I am trying to upload an image and display it in my application. I am working in AngularJS, MVC and Web APi. My Image uploads successfully to a folder. Issue is: After uploading I send back relative ...
0votes
0answers
654views
How to store file to specific folder using pdfMake?
I have used a third party library which is pdfMake. Generally, pdfMake is used to convert the HTMl to pdf. I want to download that file to specific folder. This file.pdf is downloading to the default ...
0votes
0answers
310views
ASP.Net mvc & Angularjs page refresh and 404 error comes
I am learning Angularjs. so i implement a small project along with angular js, angularJs routing and asp.net mvc5. i am using VS2013 IDE. Angular js part is working as expected but when i refresh the ...
0votes
1answer
514views
Angular JS: How to load angular js partial view page in specific element after button click
Angular js partial view page not loading after the button click. I have loaded the initial rendering page, once we click the button. Partial view page will render, at this time angular modules are not ...
0votes
1answer
528views
ASP.NET MVC 4.8 + AngularJs migration to
Since AngilarJs is getting EOL-ed I'm trying to figure out how to migrate relatively large application without complete (and ideally significant rewrite) to something (what?) more modern. We have ASP....
0votes
1answer
466views
Checkbox check/uncheck not working properly with angularjs
I am working on a project where I am using a partial view in ASP.NET MVC and in that partial view there is a html table and in the table header there is a checkbox on click of that checkbox all the ...
1vote
1answer
514views
how to toggle between divs using two radio buttons in angularjs
i am trying to use radio button to switch between html divs. On page load i want to select first radio button and respective html div but when i click on other radio button it should show other div ...
0votes
0answers
53views
how to check all checbox on click of parent checkbox using angularjs
I am working on a project where there is template which i am loading through a bootstrap modal in asp.net MVC in that modal there is a table which i am loading dynamically. There are checkboxes beside ...
0votes
0answers
21views
Value of ng-model bound to input does not change after changing the input manually [duplicate]
I am working on a webshop where a user can enter the amount of a desired product using an input field or incrementer buttons. When i click on the incrementers "Minus" and "Plus" ...
0votes
2answers
1kviews
How to make Html.Action parameters dynamic?
I'm using ASP.NET MVC. I've an action which I call to get partial view. I'm using @Html.Action() in order to get the partial view. It works fine but for only id=533. Let's say when user clicks a grid ...
0votes
1answer
129views
How to make document ready conditional using AngularJS?
I'm using ASP.NET MVC and AngularJS as my framework. I've a link which send request to MCV Action and finally gets forwarded to view. This view has registered JavaScript File which loads angular....
1vote
2answers
302views
how passing ng-bind values in to a variable at asp.net core view?
I have a tag like this : <a data-ng-click="showform(@item.CategoryId)"> I have a variable "catid" in razor... @{int catid; } I want save value in 'catid' this my js code : ...
4votes
1answer
1kviews
Mdbootstrap V5 input borders don't appear when used in AngularJS pages (other than layout)
I'm trying to redesign some of the forms in an AngularJS application using mdbootstrap version 5. I've encountered a problem with inputs. The inputs that are inside pages of the dashboard (the app is ...
1vote
0answers
69views
I am having trouble binding a model field in angularjs with cascading dropdowns binding before the HTTP.GET that fills them's promise is satisfied
I am very new to AngularJS and have inherited what I think to be a half baked project. I am terrified the answer is going to be "you need to rewrite the whole thing and rethink your approach. ...