Switched to HTML5-style routing Reworked Express backend to accommodate HTML5-style routing Links are now highlighted with a black background and white foreground Reworked spacing on H1s Added classes to nav buttons
8 lines
215 B
HTML
8 lines
215 B
HTML
<h1>FAQ</h1>
|
|
<ol>
|
|
<li ng-repeat="entry in entries track by $index">
|
|
<a href="" ng-click="scrollTo($index+1)">{{entry.title}}</a>
|
|
</li>
|
|
</ol>
|
|
<ng-include src="'templates/faqentry.html'"></ng-include>
|