Master/Parent Child Controller | Scope Inheritance in AngularJs
In terms of AngularJs, a controller is JavaScript constructor function that is used to enhance the AngualarJs Scope. AngularJs Controller is defined using ng-controller directive, which is used to control the flow of data in the application. AngularJS application completely relies on controllers for handling data. A controller, generally, holds only the business logic needed for a single view. Today, we will delve on parent-child … Continue reading Master/Parent Child Controller | Scope Inheritance in AngularJs