When to use $destroy() function of scope?
Answer / chaitanya
$destroy() - This function permanently detached the current scope with all of its children from the parent scope. This is required when child scopes are no longer needed. Hence, $destroy() function is called to remove these scopes from the browser’s memory.
When $destroy() is called all the watchers and listeners get removed and the object which represented the scope becomes eligible for garbage collection.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is router imports?
What are the advantages & limitation of aot compilation?
What is View in AngularJS?
Explain ng-show directive?
When to use factory?
What is directive role?
What is the second argument in watch?
What is angular cookie?
How to use ng-show and ng-hide in angular js?
What are the different types of directives available in angularjs?
What is the difference between $evalasync and $timeout in angularjs?
Explain directive in AngularJS?