15 lines
310 B
HTML
Raw Normal View History

2020-05-19 11:43:42 +03:00
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.13/angular.js"></script>
<script src="bundle.js"></script>
</head>
<body ng-app="baggageExample">
<my-directive></my-directive>
</body>
</html>