fruitstand
Version:
13 lines • 348 B
HTML
<html ng-app="myApp">
<head>
<title>AngularJS Dependency Injection</title>
</head>
<body>
<div ng-controller="controllerA">
<h2>This Page has an Alert</h2>
</div><hr>
<script src="http://code.angularjs.org/1.3.0/angular.min.js"></script>
<script src="js/inject_builtin.js"></script>
</body>
</html>