This one page document discusses AngularJS and provides high-level summaries of its key features in 3 sentences or less:
AngularJS is a JavaScript framework that uses two-way data binding, modules, templates, dependency injection and routing to build single page applications. It loads templates asynchronously and uses scopes to enable two-way data binding between controllers and views. Directives are central to AngularJS and allow extending HTML attributes and elements to create custom components.