AngularJs Cookie 的使用
摘要:最新在学习 AngularJs ,发现网上很难搜到 AngularJs.Cookie 教程, 就自己写篇博客,希望能帮到刚学的人。 废话不多说上代码 首先要引用 angular-cookies.js $cookieStore 有三个方法 : 1:get(key) 获取cookie 2:put(key
阅读全文
posted @
2016-07-29 10:28
adolfmc
阅读(296)
推荐(0) 编辑
angularjs post
摘要:/** * POST 1 * $http.post('http://localhost:8001/quickstart/task/create', { newTask: newTask }) */ /** * POST 2 * http.post('http://localhost:8001/qui
阅读全文
posted @
2016-07-29 09:42
adolfmc
阅读(199)
推荐(0) 编辑