]> BookStack Code Mirror - bookstack/blobdiff - resources/views/search/entity-ajax-list.blade.php
Removed old ng tags, Fixed header spacing
[bookstack] / resources / views / search / entity-ajax-list.blade.php
index 9a146506f24729adaac8d8fe8a415e2e165600db..1e0b325f9772c85a129ab2b2e0a73b0e91678414 100644 (file)
@@ -1,4 +1,4 @@
-<div class="entity-list @if(isset($style)){{ $style }}@endif" ng-non-bindable>
+<div class="entity-list @if(isset($style)){{ $style }}@endif">
     @if(count($entities) > 0)
         @foreach($entities as $index => $entity)
             @if($entity->isA('page'))