What is ViewModel in AngularJS?
Answer / chaitanya
A viewmodel is an object that provides specific data and methods to maintain specific views. Basically, it is a $scope object which lives within your AngularJS app's controller.
| Is This Answer Correct ? | 1 Yes | 0 No |
How can you decrease the digest cycle time?
In what ways can you use a directive?
What set of modern browsers are supported in angular 2?
What is the difference between ngroute and ui-router?
What is template reference variable in angular?
What does the ng stand for in angular?
Does angularjs need a server?
Explain ng-include directive.
What are browser events?
With options on page load how you can initialize a select box?
What is isolate scope in angularjs and why it is required?
Explain factory method in angularjs?