tag scope
<div scope></div>
is used to determine the range of thescope
effectting and also to bind specific module by namespace ,such as<div scope="a.b.module></div>
.If there is no module is specified ,scope
will create a anonymous module.
as attribute:
1 <ANY
2 scope="a.b.module">
3 ...
4 </ANY>
1 <ANY scope>
2 ...
3 </ANY>
@module type string
Example