Use ng-include instead of php include() in header
This commit is contained in:
parent
c59791bf9b
commit
27cfe1bd20
|
@ -23,4 +23,4 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<?php include("state.html"); ?>
|
<div ng-include="'/skins/bootstrap/views/state.html'"></div>
|
||||||
|
|
Loading…
Reference in New Issue