What are scopeless controller in angularjs? Why to use them?



What are scopeless controller in angularjs? Why to use them?..

Answer / Deep Kamal Tiwari

Scopeless controllers in AngularJS are a way to avoid creating unnecessary scopes when a controller is instantiated. By using the existing parent scope directly, they help reduce memory usage and improve performance. This is useful when you want to optimize your application for better speed or resource efficiency.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

Is mvc front end or backend?

1 Answers  


What is traceur compiler ?

1 Answers  


Explain custom filters with an example.

1 Answers  


Is angular js in demand?

1 Answers  


What is angular testing? What are isolated unit tests? What are angular testing utilities?

1 Answers  


What are the methods available in $http ?

1 Answers  


What is the use of $event?

1 Answers  


How can you use “$rootscope” in angularjs?

1 Answers  


How to enable html5 mode in angular 1.x?

0 Answers  


What are the uses of angularjs?

1 Answers  


How to implement routing in angularjs?

1 Answers  


What are interceptors in angular 4?

1 Answers  


Categories