Use ng-include instead of php include()

This commit is contained in:
Kyle Johnson 2015-02-11 15:18:13 -05:00
parent 71ecfdcb1b
commit 8ca9d3f759
1 changed files with 1 additions and 1 deletions

View File

@ -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>