]> BookStack Code Mirror - bookstack/blobdiff - resources/views/books/create.blade.php
Sanitized user-text from angular & fixed some z-index bugs on pages
[bookstack] / resources / views / books / create.blade.php
index 6b58e8b52fddde374b832630ef10f38b0ebf784e..dd2de574d70b0b6ad5743dad2e82456fbb09f425 100644 (file)
@@ -2,7 +2,7 @@
 
 @section('content')
 
-<div class="container small">
+<div class="container small" ng-non-bindable>
     <h1>Create New Book</h1>
     <form action="/books" method="POST">
         @include('books/form')