码迷,mamicode.com
首页 > 其他好文 > 详细

Angular 201703

时间:2017-03-10 12:19:07      阅读:106      评论:0      收藏:0      [点我收藏+]

标签:angular   data   sys   service   class   pos   eth   bsp   return   

$http

vm.auth = function() {
    return $http({
        method: ‘POST‘,
        url: ‘sys/auth.json‘
    })
}


service.auth().success(function(data) {
})

 

Angular 201703

标签:angular   data   sys   service   class   pos   eth   bsp   return   

原文地址:http://www.cnblogs.com/jzm17173/p/6529672.html

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