wonderfan / javascript

Explore the power of HTML,CSS and JavaScript
1 stars 0 forks source link

The $http service and $resource service in AngularJS #19

Closed wonderfan closed 9 years ago

wonderfan commented 9 years ago
  1. $http service is low-level and we have to define each method atop of this service;
  2. $resource service is high-level and easy for use