Applying Controllers to Views in Angular JS Application View Article Information Posted Date: 1. January 2017 Author: Anil Sharma Categories: Angular JS Keywords: Controllers to Views in Angular JS, $scope component, AngularJS data bindings, || operator, or || operator the element to which the ng-controller attribute has been applied and the elements it contains. The $scope component that we specified as an argument when we created the controller is used to provide the view with data, and only the data configured via $scope can be used in expressions and data bindings [Continue Reading]
Understanding Dependency Injection in Angular JS View Article Information Posted Date: 1. January 2017 Author: Anil Sharma Categories: Dependency Injection, Angular JS Keywords: Dependency Injection in Angular JS, $scope component, AngularJS features, Using $scope in angular js Even if you have encountered dependency injection in other frameworks like ASP.NET MVC, AngularJS takes an unusual approach and mixes in some features that are distinct from other languages. As you will learn an AngularJS application consists of different components: controllers, directives, filters, and so on [Continue Reading]