<!DOCTYPE html> <html lang="en-US"> <script src="angular.js"></script> <body> <div ng-app=""> <p>eq: {{ 5 + 5 }}</p> </div> </body> </html>