Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Simple AngularJS expression

  • {{ }}
  • ng-app
<script src="angular.min.js"></script>
<div ng-app>
  Hello Angular {{ 19 + 23 }}
</div>

AngularJS allows a very limited subset of JavaScript expressions.