标签: angularjs angularjs-service
我的很多控制器都使用这样的$http服务:
$http
app.controller("MyController", function($scope, $http){ ... });
是否可以自动加载服务,因此我不必在函数参数中输入$http?