]> BookStack Code Mirror - bookstack/blobdiff - resources/views/base.blade.php
Started transfer to angularjs
[bookstack] / resources / views / base.blade.php
index 553c634cbeee4ee6097f403f918a59d1161a1d6e..e8958f6296725185eb65f8289e3b860d668cfdb6 100644 (file)
@@ -19,7 +19,7 @@
 
     @yield('head')
 </head>
-<body class="@yield('body-class')" id="app">
+<body class="@yield('body-class')" ng-app="bookStack">
 
     @include('partials/notifications')