Business planning ideas from around the internet.Publishing documents on edocr is a proven way to start demand generation for your products and services. Thousands of professionals and businesses publish marketing (brochures, data sheets, press releases, white papers and case studies), sales (slides, price lists and pro-forma agreements), operations (specifications, operating manuals, installation guides), customer service (user manuals) and financial (annual reports and financial statements) documents making it easier for prospects and customers to find content, helping them to make informed decisions. #SEO #leadgen #content #analytics
I
AngularJS
i
About the Tutorial
AngularJS is a very powerful JavaScript library. It is used in Single Page Application
(SPA) projects. It extends HTML DOM with additional attributes and makes it more
responsive to user actions. AngularJS is open source, completely free, and used by
thousands of developers around the world. It is licensed under the Apache license
version 2.0.
Audience
This tutorial is designed for software professionals who want to learn the basics of
AngularJS and its programming concepts in simple and easy steps. It describes the
components of AngularJS with suitable examples.
Prerequisites
You should have a basic understanding of JavaScript and any text editor. As we are
going to develop web-based applications using AngularJS, it will be good if you have
an understanding of other web technologies such as HTML, CSS, AJAX, etc.
Disclaimer & Copyright
Copyright 2014 by Tutorials Point (I) Pvt. Ltd.
All the content and graphics published in this e-book are the property of Tutorials
Point (I) Pvt. Ltd. The user of this e-book is prohibited to reuse, retain, copy,
distribute or republish any contents or a part of contents of this e-book in any
manner without written consent of the publisher.
We strive to update the contents of our website and tutorials as timely and as
precisely as possible, however, the contents may contain inaccuracies or errors.
Tutorials Point (I) Pvt. Ltd. provides no guarantee regarding the accuracy, timeliness
or completeness of our website or its contents including this tutorial. If you discover
any errors on our website or
in this tutorial, please notify us at
contact@tutorialspoint.com
AngularJS
ii
Table of Contents
About the Tutorial i
Audience i
Prerequisites i
Disclaimer & Copyright i
Table of Contents ii
1. OVERVIEW 1
General Features 1
Core Features 1
Concepts 2
Advantages of AngularJS 3
Disadvantages of AngularJS 4
AngularJS Directives 4
2.
ENVIRONMENT 5
3. MVC ARCHITECTURE 9
The Model 10
The View 10
The Controller 10
4.
FIRST APPLICATION 11
C