What is the scope in AngularJS ?

devquora
devquora

Posted On: Feb 22, 2018

 

The scope is the object that represents the “model” of your application. It contains fields that store data which is presented to the user via the template, as well as functions which can be called when the user performs certain actions such as clicking a button.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions