码迷,mamicode.com
首页 > Web开发 > 详细

$http.get(...).then(...).error is not a function

时间:2017-03-01 22:57:41      阅读:781      评论:0      收藏:0      [点我收藏+]

标签:not   color   版本   api   log   show   error   use   str   

1.6 新版本的AngularJs中用thencatch 代替了success和error,用PRomise规则。
更改写法:

1 $http.get(‘/api/user/showname2‘, {
2 
3 }).then(function (result) {
4   
5   alert(result.data);
6 
7 }).catch(function (result) {
8 
9 });

 

$http.get(...).then(...).error is not a function

标签:not   color   版本   api   log   show   error   use   str   

原文地址:http://www.cnblogs.com/junglexj/p/6486390.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!