摘要: Learn how to manually control how asynchronous requests are handled with the use of promises. Because $http is built to work with promises, we saw a f... 阅读全文
posted @ 2014-12-26 16:34 Zhentiw 阅读(166) 评论(0) 推荐(0)
摘要: Using the $http service to make requests to remote servers.categories-model.js:angular.module('eggly.models.categories', []) .service('CategoriesMo... 阅读全文
posted @ 2014-12-26 03:11 Zhentiw 阅读(234) 评论(0) 推荐(0)
摘要: If you're in a scenario where you want to disable the auto scrolling, but you want to control the scrolling manually, you can use the anchorscroll ser... 阅读全文
posted @ 2014-12-26 00:26 Zhentiw 阅读(863) 评论(0) 推荐(0)