标签: angularjs
我有
module.constant('name', { eventHandler: function(){...}, })
返回事件处理程序的映射。在eventHandler函数中我想“$location.path('/')用于重定向。如何将$location传递给constant。
$location.path('/')
$location
constant