Tag: $scope
Understanding of Angular’s $rootScope and $scope?
by  Java4s | 4 Comments
  [ Ask Question ]
In this article I will describe the relation between Angular’s $rootScope and $scope and how they will work. As I have explained in AngularJS Controller Example, $scope will work as a mediator between our view and controller for carrying…