blob: f4f56ef0e5d39f1057086f5becc429ec91e741a5 [file]
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example72</title>
<script src="../../../angular.min.js"></script>
<script src="script.js"></script>
</head>
<body ng-app="">
<div ng-controller="LocationController">
<input type="text" ng-model="locationPath" />
</div>
</body>
</html>