AngularJS Question:
What is "Transfer data to and from the UI" in AngularJS?
Answer:
Angular.js helps to eliminate almost all of the boiler plate like validating the form, displaying validation errors, returning to an internal model and so on which occurs due to flow of marshalling data.
Previous Question | Next Question |
What is "control HTML DOM programmatically" in AngularJS? | What is "no initilization code" in AngularJS? |