Skip to content

Instantly share code, notes, and snippets.

@syrxw
Created June 6, 2015 14:57
Show Gist options
  • Save syrxw/6f376e3385b7a4ceb474 to your computer and use it in GitHub Desktop.
Save syrxw/6f376e3385b7a4ceb474 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html ng-app>
<head>
<base href="/jsonapi/">
<title>AngularJS Demo Theme</title>
<?php wp_head(); ?>
</head>
<body>
<header>
<h1>
<a href="<?php echo site_url(); ?>">AngularJS Demo Theme</a>
</h1>
</header>
<div>
<input type="text" ng-model="name">
<p>Hello, {{name}}!</p>
</div>
<footer>
&copy; <?php echo date( 'Y' ); ?>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment