ng:autobind
with no parameters tells angular to compile and manage the whole page.
ng:autobind="[root element ID]"
tells angular to compile and manage part of the docucment,
starting at "root element ID".
For details on bootstrapping angular, see Initializing Angular in the Angular Developer Guide.
<script ng:autobind> ... </script>