Use ng-include instead of php include()
This commit is contained in:
parent
71ecfdcb1b
commit
8ca9d3f759
|
@ -3,7 +3,7 @@
|
|||
|
||||
<div class="col-md-2 sidebar">
|
||||
<div class="container-fluid">
|
||||
<?php include("events_search.html"); ?>
|
||||
<section ng-include="'events_search.html'"></section>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue