Is this possible?
<html @yield( 'AngularNamespace' )>
</html>
Obviously the above doesn't work...
Is this possible?
<html @yield( 'AngularNamespace' )>
</html>
Obviously the above doesn't work...
It works for me.
As long as your other template file has
@section('AngularNamespace', 'NameSpaceHere')