What are the differences of using this and $scope in AngularJS, does this only do one way data binding, while $scope does two way data binding?
            Asked
            
        
        
            Active
            
        
            Viewed 29 times
        
    1
            
            
         
    
    
        Graham P Heath
        
- 7,009
- 3
- 31
- 45
 
    
    
        Prabin Upreti
        
- 498
- 5
- 16
1 Answers
3
            
            
        Angular does additional processing on $scope that it does not do to this.
See Angular: Should I use this or $scope for more.
 
    
    
        Graham P Heath
        
- 7,009
- 3
- 31
- 45