Use ng-include instead of php include() in header

This commit is contained in:
Kyle Johnson 2015-02-11 09:33:03 -05:00
parent c59791bf9b
commit 27cfe1bd20
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@
</ul> </ul>
</div> </div>
</nav> </nav>
<?php include("state.html"); ?> <div ng-include="'/skins/bootstrap/views/state.html'"></div>