Created
July 16, 2017 02:40
-
-
Save gpincheiraa/3ddba000355b52cfe098fc5fe64cd73e to your computer and use it in GitHub Desktop.
index.html - First Impressions using jest for TDD over AngularJS > 1.5.x — Part I
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> | |
<head> | |
<title>Boolean's Professional Web Development Series</title> | |
</head> | |
<body class="container" ng-strict-di> | |
<header class="app-header"> | |
<h1> | |
Todo List | |
</h1> | |
</header> | |
<div ng-view class="panel-body"></div> | |
<script src="/index.bundle.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment