愚かなサードパーティの理由により、html から $scope にアクセスする必要があります。
これは私が試みているものです:
<html ng-app>
<!-- head goes here-->
<body>
<!--Body goes here-->
<script type="text/javascript">
console.log($scope);
</script>
</body>
</html>