About 600 results
Open links in new tab
  1. Guide to AngularJS Documentation

    AngularJS is what HTML would have been, had it been designed for building web-apps. Declarative templates with data-binding, MVC, dependency injection and great testability story all implemented …

  2. AngularJS: Developer Guide: Introduction

    AngularJS is a structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML's syntax to express your application's components clearly and …

  3. AngularJS: API: API Reference

    The documentation is organized into modules which contain various components of an AngularJS application. These components are directives, services, filters, providers, templates, global APIs, and …

  4. AngularJS: Developer Guide: Controllers

    In AngularJS, a Controller is defined by a JavaScript constructor function that is used to augment the AngularJS Scope. Controllers can be attached to the DOM in different ways.

  5. AngularJS: Tutorial: Tutorial

    Structure your AngularJS applications in a modular way that scales well for larger projects. Identify resources for learning more about AngularJS. The tutorial guides you through the entire process of …

  6. AngularJS: API: $http

    AngularJS is what HTML would have been, had it been designed for building web-apps. Declarative templates with data-binding, MVC, dependency injection and great testability story all implemented …

  7. AngularJS: Developer Guide: Conceptual Overview

    AngularJS is what HTML would have been, had it been designed for building web-apps. Declarative templates with data-binding, MVC, dependency injection and great testability story all implemented …

  8. AngularJS: Developer Guide: Services

    AngularJS services are substitutable objects that are wired together using dependency injection (DI). You can use services to organize and share code across your app.

  9. AngularJS API Docs

    The documentation is organized into modules which contain various components of an AngularJS application. These components are directives, services, filters, providers, templates, global APIs, and …

  10. $http

    AngularJS provides a mechanism to counter XSRF. When performing XHR requests, the $http service reads a token from a cookie (by default, XSRF-TOKEN) and sets it as an HTTP header (by default X …