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 |
What is the digest cycle in angularjs?
What is event distner and host distner in angular?
What is params in angularjs?
How to enable html5 mode in angular 1.x?
Can you please explain the difference between angular.js and backbone.js?
What is react lazy?
Is $http service is restful web service in angular js?
Is angularjs extensible?
What do u mean by router?
What is route guard?
What is 'no control flow statements' in angularjs?
Explain directives in angular js