What are scopeless controller in angularjs?



What are scopeless controller in angularjs?..

Answer / Praveen Kumar Srivastava

Scopeless controllers in AngularJS are a way to avoid creating a new scope when a controller is instantiated. Instead, they use the existing parent scope directly. This can help reduce memory usage and improve performance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

Difference between services and factory.

1 Answers  


What is angular router link?

1 Answers  


What is authguard?

1 Answers  


What is a good use case for ngrx/store?

1 Answers  


What is dom manipulation in angular?

1 Answers  


What is routerlink in angular?

1 Answers  


In angular 2 module consists of what arrays?

1 Answers  


What is a component in angular 2?

1 Answers  


What is the difference between ngoninit() and constructor() of a component?

1 Answers  


What is the purpose of ngmodule??

1 Answers  


How do you share data between controllers in angularjs?

1 Answers  


What is the difference between angularjs and angular?

1 Answers  


Categories