http://angularjs.org
(AngularJS Scope)
AngularJS scope
•The scope is the binding part between the HTML (view) and the
JavaScript (controller).
•The scope is an object with the available properties and
methods.
•The scope is available for both the view and the controller.
Types of scope
•$scope: It's a default scope for an application. It's mostly using in small
projects.
•$rootScope: It's also default scope for an application. But is dealing
with large projects. The rootScope is available in the entire application.
AngularJS Filters(Standard/Custom)
•Currency: Ref: https://www.w3schools.com/angular/ng_filter_currency.asp
•lowercase
•Uppercase
•limitTo
•number
•OrderBy
•Sort an Array
•Filter: Ref: https://www.w3schools.com/angular/ng_filter_filter.asp
•Custom filters
•Json
•date
Thank you :)

Angularjs scope part 02

  • 1.
  • 2.
    AngularJS scope •The scopeis the binding part between the HTML (view) and the JavaScript (controller). •The scope is an object with the available properties and methods. •The scope is available for both the view and the controller.
  • 3.
    Types of scope •$scope:It's a default scope for an application. It's mostly using in small projects. •$rootScope: It's also default scope for an application. But is dealing with large projects. The rootScope is available in the entire application.
  • 4.
    AngularJS Filters(Standard/Custom) •Currency: Ref:https://www.w3schools.com/angular/ng_filter_currency.asp •lowercase •Uppercase •limitTo •number •OrderBy •Sort an Array •Filter: Ref: https://www.w3schools.com/angular/ng_filter_filter.asp •Custom filters •Json •date
  • 5.

Editor's Notes