我有一个角度控制器,只要用户在控制器范围之外单击,它就需要重置。我该怎么做呢?
示例 html:
<div id='parent'>
<div id='1' ng-controller="ctrl1">
<!--other things-->
</div>
<div id='2' ng-controller="ctrl2">
<!--other things-->
</div>
</div>
<div id="parent2">
<!--other things-->
</div>
ctr2
如果点击发生在 div2 之外,我希望能够重置 ctrl2
ctr2 内部定义了一个重置函数