- 
            
            form指令查看全部
 - 
            
            scope策略查看全部
 - 
            
            angularJS的MVC是借助于$scope实现的!查看全部
 - 
            
            mark查看全部
 - 
            
            指令继承查看全部
 - 
            
            当标签相同,且有不同的ctl时,通过属性进行区分。 区分方法:添加属性 addAttr="fn()" apply时注意是要小写addattr查看全部
 - 
            
            $templateCache这个地方讲的是非常让人迷惑的,我暂且感觉它和templateUrl应该属于个平级关系。 两种任意选择其一。 $templateCache没有找到缓存一个页面(根据url)的方法。 api提供两种用法: 1. <script type="text/ng-template" id="templateId.html"> <p>This is the content of the template</p> </script> 2.myApp.run(function($templateCache) { $templateCache.put('templateId.html', 'This is the content of the template'); });查看全部
 - 
            
            指令..查看全部
 - 
            
            test查看全部
 - 
            
            angularjs指令执行的三个阶段查看全部
 - 
            
            好家伙查看全部
 - 
            
            轻量级Server -http-server查看全部
 - 
            
            依赖管理工具 bower查看全部
 - 
            
            目录结构查看全部
 - 
            
            $http({}).success(function(){}).error(function(){});查看全部
 
举报
0/150
	提交
		取消