All Questions
7 questions with no upvoted or accepted answers
2
votes
0
answers
284
views
How To Create An Employee Schedule Form With AngularJS 1.5.11
Summary
I'm having a hard time developing what I believe is a simple form using angularjs 1.5.11. It is supposed to be a multiple form single page UI which manages work schedules.
The final result ...
2
votes
4
answers
393
views
Validating form on submit in angular
Hello i am trying to make my validation display on form submit but validation does not work, form gets sent anyway. This is my form:
<form class="form-horizontal col-md-10" role="form" name="...
0
votes
0
answers
65
views
AngularJS 1.6.8: Form data not submitting and so hence unable to save it to localStorage
I have a contact form. On submission, it displays a success message and it should store that data to $localStorage.
But, Form data not is not submitting as I do not see submitted form data in ...
0
votes
1
answer
654
views
AngularJS 1.6.8: Unable to submit form and display success message
I have a simple query submission form with name, email and query fields and a component with a controller function having the submit function to submit the form.
I am using ng-submit directive in the ...
0
votes
2
answers
44
views
Unable to provide default textfield value in angularjs
I'm not able to pass a default to textfield in an angularjs array
<input type="hidden" class="form-control" name="rname" ng-model="userInfo.rname" ng-init="userInfo.rname='{{ r.Name }}'">
The ...
0
votes
0
answers
184
views
unable to edit/modify fields in my angularjs form
I am displaying a form in a modal. But when I click on the text input field it is not allowing me to enter text. similarly unable to change/select radio buttons
But when trying with "tab" it is ...
-1
votes
1
answer
658
views
AngularJS: Editing a form values not coming in scope
I am using a form to create an user in my application. I am also using the same form to update the user profile and I am loading the values from database. if user does not change anything in the edit ...