Is there a way to use injected into controller modules in the view directly without binding it to controller explicitly? In other words, is there something along the lines of
<p>{{$ctrl.$injectedIntoThisController.$stateParams.name}}<p>
for when $stateParams is injected into controller?