http://www.angularjs.cn/A09C
ng-repeat
、ng-include
、ng-switch
、ng-view
、ng-controller
, 用scope: true
和transclude: true
创建directive。scope: { ... }
创建directive。这样创建的作用域被称为"Isolate"作用域。注意:默认情况下创建directive使用了scope: false
,不会创建子作用域。
原文:http://www.cnblogs.com/lipengfan/p/4937522.html