Jasinski Technical Wiki

Navigation

Home Page
Index
All Pages

Quick Search
»
Advanced Search »

Contributor Links

Create a new Page
Administration
File Management
Login/Logout
Your Profile

Other Wiki Sections

Software

PoweredBy

Page History: Angular Notes

Compare Page Revisions



« Older Revision - Back to Page History - Newer Revision »


Page Revision: Mon, Sep 09, 2013, 10:06 AM


Table of Contents [Hide/Show]


Precautions

  • Using Angular can hurt SEO rankings - unless special code is written to avoid this pitfall
  • Avoid using Angular if the client is running IE7 or older. Using IE8 may require special handling for custom tags.

Getting Started

  • Reference the Angular JS file as your first <script> reference
  • Add JavaScript code to define your Angular app: var MyApp = angular.module('MyAppName', 'ngResource');
  • Add the data-ng-app attribute to "register" your app within the HTML code: <html data-ng-app='MyAppName'>

Modules

Bindings

Dependency Injection

Routes

Controllers and Scope

Services

Models

Directives

Filters

ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.