-
111查看全部
-
form指令查看全部
-
angular内置的指令查看全部
-
scope的绑定策略查看全部
-
compile与link查看全部
-
ng官方推荐的模块切分方式查看全部
-
=,双向绑定,scope: { aaaa: '=' }, <location-directive aaaa="test"></location-directive>查看全部
-
<location-directive aaaa="{{test}}"></location-directive>查看全部
-
@单向绑定,父controller传给directive查看全部
-
templateUrl的html页面里不能有注释标签,不能有css引用文件 命名如果是这样locationDirective,则属性或者标签应该写成 <location-directive></location-directive> <div location-directive></div> template里面的string必须用标签包裹起来例如 '<div id="locationPart" class="location"><input class="form-control" type="text" ng-model="country" /><span>{{country}}</span></div>'查看全部
-
模块切分方式查看全部
-
ng-model="greeting.text" 挂在根目录查看全部
-
一个完整的项目目录结构实例查看全部
-
单元测试工具---jasmine查看全部
-
单元测试runner---karma查看全部
举报
0/150
提交
取消