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')
报告相同问题?