Angular JS: What are Controllers and how to use them

IMP: In order to make things simple to understand, I managed to add some “fictitious“ explanation, which is going to be clarified in my next video which discusses about “Scope“ and more about the relation between “Controllers“ and “Scope“. I request you to not to blame me for this ;) Covers the following: -How does Angular JS process as Angular Application -What are the steps involved in processing/working with an Angular JS Application -High-level overview of Angular JS application execution life cycle -What are templates, compilation, loading, transformation and rendering as part of Angular JS execution process -What are Angular js controllers and to use them Angular JS -What is ng-controller attribute and to use it -What is MVC in Angular JS (Model, View and Controller) -How to create an Angular module, create a angular controller using a module and finally attach an angular controller to a HTML block -How to create an instance of angular controller -How to send information from angular Con
Back to Top