<!DOCTYPE html>
<html>
<script src="http://www.sargonco.com/Uploads/Public/article/webdistut/javascript/angular.min.js"></script>
<body>

<p>Without the ng-app directive, HTML will display the expression as it is, without solving it.</p>

<div>
<p>My first expression: {{ 5 + 5 }}</p>
</div>

</body>
</html>

Without the ng-app directive, HTML will display the expression as it is, without solving it.

My first expression: {{ 5 + 5 }}