Beispiel #1
0
<!DOCTYPE html>
<html ng-app="ls">
<head>
    <title>
        @yield('title')
    </title>
    <?php 
echo Inc::css();
?>
    <base href="/">
</head>
<body>
<div class="container">



    <div class="content" ng-view>
        @yield('content')
    </div>
</div>
    <?php 
echo Inc::javascript();
?>
    <?php 
echo Inc::angularScripts();
?>
</body>
</html>