之前已经介绍了$location服务的基本用法:angular学习笔记(三十一)-$location(1).这篇是上一篇的进阶,介绍$location的配置,兼容各版本浏览器,等.*注意,这里介绍的是基于angular-1.3.2版本的,低版本的$location可能会有问题.hashbang模式和...
分类:
其他好文 时间:
2014-12-03 18:46:39
阅读次数:
197
angular有自己的生命周期。循环给一个 angular监听的变量复值时。最好还是用angular自带的循环方法。“angular.foreach”格式:var objs =[{a:1},{a:2}];angular.forEach(objs, function(data,index,array)...
分类:
其他好文 时间:
2014-12-02 13:30:38
阅读次数:
164
我现在坚持模块独立和解耦合设计,这是核心。任何需要绑定某端所体现其能力者,我一概拒绝。...
分类:
其他好文 时间:
2014-12-01 16:00:18
阅读次数:
215
Using Angular, you can actually access the scope and other things from the console, so when you have a live web page, you can dive in and grab things ...
分类:
数据库 时间:
2014-11-30 00:12:20
阅读次数:
206
With Angular scopes, you have access to a$destroyevent that can be used to watch $scope events. This is used for cleanup, and gives you a final opport...
分类:
Web程序 时间:
2014-11-29 08:24:13
阅读次数:
477
一. cgi用前面小节的req_resp.cpp, 这里略去cgi的编译和部署.二. 下面的几个文件在同一个目录.1. index.py 增加两处:(1) (r"/index.py/angularjs_cgi", AngularjsCgiHandler)(2)class AngularjsCgi.....
分类:
Web程序 时间:
2014-11-27 20:16:29
阅读次数:
339
There are situations where you might want to add additional methods toangular.module. This is easy to accomplish, and can be a handy technique. //F...
分类:
Web程序 时间:
2014-11-27 18:02:33
阅读次数:
124
$apply()和$digest()在AngularJS中是两个核心概念,但是有时候它们又让人困惑。而为了了解AngularJS的工作方式,首先需要了解$apply()和$digest()是如何工作的。这篇文章旨在解释$apply()和$digest()是什么,以及在日常的编码中如何应用它们。探索$...
分类:
移动开发 时间:
2014-11-26 18:16:52
阅读次数:
268
对Angular 2.0的策略有疑问吗?就在这里提吧。在接下来的这篇文章里,我会解释Angular 2.0的主要特性区域,以及每个变化背后的动机。每个部分之后,我将提供自己在设计过程中的意见和见解,包括我认为仍然需要改进设计的重要部分。注意:本文所反映是2014年11月6日的状态记录。如果你在较长时...
分类:
其他好文 时间:
2014-11-25 18:18:17
阅读次数:
265
Annotation Order:It's considered good practice to dependency inject Angular's providers in before our own custom ones.Bad:// randomly ordered dependen...
分类:
Web程序 时间:
2014-11-25 18:16:10
阅读次数:
155