摘要: 一、AngularJS 初始化加载流程1、浏览器载入HTML,然后把它解析成DOM。2、浏览器载入angular.js脚本。3、AngularJS等到DOMContentLoaded事件触发。4、AngularJS寻找ng-app指令,这个指令指示了应用的边界。5、使用ng-app中指定的模块来配置... 阅读全文
posted @ 2015-06-19 17:25 北斗极星 阅读(1171) 评论(0) 推荐(1) 编辑
摘要: There is much confusion among newcomers to AngularJS as to why the$httpservice shorthand functions ($http.post(), etc.) don’t appear to be swappable w... 阅读全文
posted @ 2015-06-19 11:46 北斗极星 阅读(263) 评论(0) 推荐(0) 编辑