What is scope in AngularJS?
Answer / chaitanya
Scope is a JavaScript object that refers to the application model. It acts as a context for evaluating angular expressions. Basically, it acts as glue between controller and view.
Is This Answer Correct ? | 2 Yes | 0 No |
What is scope in angular?
What is the purpose of tsconfig.json in angularjs?
What is $location in angularjs?
Who made angular?
How do we share data between controllers?
What is entry point in angular?
Explain ng-click directive?
What is viewchild and viewchildren in angular?
What are angular templates?
What is npm in angular?
List out the differences between activatedroute and routerstate, with reference to angular 2.
Mention some of the most commonly used directives in angularjs application?