]> BookStack Code Mirror - bookstack/blobdiff - resources/views/chapters/edit.blade.php
Page Attachments - Improved UI, Now initially complete
[bookstack] / resources / views / chapters / edit.blade.php
index 1c2c6d98f485c6a5795e2f32becb0cd377aae5e4..0363da96d7817fc777641eb2380d27694cf7ca19 100644 (file)
@@ -2,9 +2,9 @@
 
 @section('content')
 
-    <div class="container small">
+    <div class="container small" ng-non-bindable>
         <h1>Edit Chapter</h1>
-        <form action="{{$chapter->getUrl()}}" method="POST">
+        <form action="{{  $chapter->getUrl() }}" method="POST">
             <input type="hidden" name="_method" value="PUT">
             @include('chapters/form', ['model' => $chapter])
         </form>