I have a form which is being used to edit some information. Form input fields get value generated by PHP. Before, I was using jQuery to edit and calculate values and get total value. Now I want to remove jQuery and use AngularJS during form edit. After I have searched in web for this editing solution, I could not find anything. Is it possible to edit values generated by PHP with AngularJS and calculate sum of values?
EDIT
Can I get those values in angularJS? If I try to get those values with ng-model, it gets nothing and makes those fields blank.