blob: 2401f84f631a8e87d9681fe6be288b6c648b2dc5 [file]
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example76</title>
<script src="../../../angular.min.js"></script>
<script src="app.js"></script>
</head>
<body ng-app="spicyApp1">
<div ng-controller="SpicyController">
<button ng-click="chiliSpicy()">Chili</button>
<button ng-click="jalapenoSpicy()">JalapeƱo</button>
<p>The food is {{spice}} spicy!</p>
</div>
</body>
</html>