Last active
October 10, 2015 13:57
-
-
Save amielucha/e1ce610daf2641576d26 to your computer and use it in GitHub Desktop.
AngularJS ♥ WordPress Tutorial part 1 #tutorial
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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