Skip to content

Instantly share code, notes, and snippets.

@amielucha
Last active October 10, 2015 13:57
Show Gist options
  • Select an option

  • Save amielucha/e1ce610daf2641576d26 to your computer and use it in GitHub Desktop.

Select an option

Save amielucha/e1ce610daf2641576d26 to your computer and use it in GitHub Desktop.
AngularJS ♥ WordPress Tutorial part 1 #tutorial
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>AngularJS ♥ WordPress</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.7/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.7/angular-route.min.js"></script>
<script src="js/app.js"></script>
<body class="container">
<h1 class="text-center">AngularJS ♥ WordPress</h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment