本文介绍了从 $scope 获取控制器名称的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有办法从 AngularJS 中的当前 $scope 中获取控制器名称?
Is there a way to get the controller name from the current $scope in AngularJS?
推荐答案
不,这是不可能的.如果 $scope
属于指令怎么办?没有可以检索有关范围所属控制器的信息的属性.
No, it is not possible. What if $scope
belongs to directive? There is no property that can retrieve information about the controller the scope belongs to.
这篇关于从 $scope 获取控制器名称的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!