-
扩展实例查看全部
-
AngularJS内置指令——63个查看全部
-
scope的绑定策略查看全部
-
自定义过滤器查看全部
-
自己写的Service注入时放在最后查看全部
-
指令间的交互 //创建独立作用域scope:{} //指令内部的控制器controller:function($scope){}查看全部
-
连续按键,延迟发送查看全部
-
$watch 监视查看全部
-
放弃ie8查看全部
-
ng-disabled="myForm.$invalid" 这样提交按钮会变成灰色,验证通过了,变成可以点击状态查看全部
-
$templateCache app.run(function($templateCache){ $templateCache.put("hello.html","<div>hello everyone!!!!</div>>") }); app.directive("hello",function($templateCache){ return{ restrict:'A', template:$templateCache.get("hello.html"), replace:true } });查看全部
-
scope的绑定策略查看全部
-
directive 里面 scope{} 独立scope查看全部
-
一个directive中写require 表示这个指令依赖你一个指令查看全部
-
directive里面controller:funciton() 是为了暴露一些方法,给外部调用查看全部
举报
0/150
提交
取消