随笔分类 -  Angularjs

angular学习资料
摘要:http://www.cnblogs.com/zhangxiaolei521/p/5985790.html 阅读全文
posted @ 2017-05-20 14:45 swarb 阅读(132) 评论(0) 推荐(0)
angularjs 文件上传
摘要:github连接地址:https://github.com/danialfarid/ng-file-upload核心代码:html: 源文件: ... 阅读全文
posted @ 2017-05-17 17:30 swarb 阅读(224) 评论(0) 推荐(0)
angularjs $http.get 和 $http.post 传递参数
摘要:$http.get请求数据的格式[js] view plain copy$http.get(URL,{ params: { "id":id } }) .success(function(response, status, he... 阅读全文
posted @ 2017-04-25 16:54 swarb 阅读(5149) 评论(0) 推荐(0)