框架是angular1.2.0 $http.get().success() 报错 success is not defined 请问什么错误
ringa_lee
你的 $http 是否注入了。
angular.module('app',[]).controller('UserCtrl',['$http',function($http){ $http.get().success(); }]);
这样写,全靠手打,可以会出错,多多包涵
你的 $http 是否注入了。
这样写,全靠手打,可以会出错,多多包涵