blob: 0341aa7810b0f6679801ed4649f3bd15ef85242c [file]
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example77-debug</title>
<script src="../../../angular.js"></script>
<script src="app.js"></script>
</head>
<body ng-app="spicyApp2">
<div ng-controller="SpicyController">
<input ng-model="customSpice">
<button ng-click="spicy('chili')">Chili</button>
<button ng-click="spicy(customSpice)">Custom spice</button>
<p>The food is {{spice}} spicy!</p>
</div>
</body>
</html>