What is difference between $document and window.document in AngularJS?
Answer / chaitanya
$document is an Angular service which reference to the browser's window.document object.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the lifecycle hooks for components and directives?
What is the second argument in watch?
How AngularJS handle data binding?
How to validate an url in angularjs?
What is the difference between $parse and $eval?
What happens when the page containing angular based application loads?
Explain AngularJS Application Life-Cycle?
On which types of the component can we create a custom directive?
List out the differences between config and run methods in angularjs?
What are the types of linking function?
Explain order by filter?
Is it possible to have a multiple router-outlet in the same template?