SlideShare a Scribd company logo
Website : http://www.softsolutions4u.com Email : info@softsolutions4u.com
AngularJS
Data Binding
Prepared By
Santhanam
Website : http://www.softsolutions4u.com Email : info@softsolutions4u.com
Template Engine
Website : http://www.softsolutions4u.com Email : info@softsolutions4u.com
One way data binding
Website : http://www.softsolutions4u.com Email : info@softsolutions4u.com
Two way data binding (AngularJS)
Website : http://www.softsolutions4u.com Email : info@softsolutions4u.com
Expressions
Website : http://www.softsolutions4u.com Email : info@softsolutions4u.com

Expressions are used to bind application data to
HTML

Expressions are written inside double braces
like {{ expression }}

For example, valid expressions in Angular are:

1+2

a+b

user.name

items[index]
• In JavaScript, trying to use undefined properties
or methods generates ReferenceError or
TypeError. In AngularJs, it will not show any
error or warning.
Website : http://www.softsolutions4u.com Email : info@softsolutions4u.com
Modules
Website : http://www.softsolutions4u.com Email : info@softsolutions4u.com

Modules are used to separate logics say
services, controllers, application etc. and keep
the code clean.

A module is created by using the AngularJS
function angular.module
<div ng-app="myApp">...</div>
<script>
var app = angular.module("myApp", []);
</script>
Website : http://www.softsolutions4u.com Email : info@softsolutions4u.com
Controllers
Website : http://www.softsolutions4u.com Email : info@softsolutions4u.com

Controller is attached to the DOM via the ng-
controller directive

A new child scope will be created and made
available as an injectable parameter to the
Controller's constructor function as $scope

Use controllers to:
– Set up the initial state of the $scope object
– Add behavior to the $scope object
Website : http://www.softsolutions4u.com Email : info@softsolutions4u.com
Set up the initial state of the $scope object
var myApp = angular.module('myApp',[]);
myApp.controller('GreetingController', ['$scope',
function($scope) {
$scope.greeting = 'Hola!';
}]);
Template
<div ng-controller="GreetingController">
{{ greeting }}
</div>
Website : http://www.softsolutions4u.com Email : info@softsolutions4u.com
Add behavior to the $scope object
var myApp = angular.module('myApp',[]);
myApp.controller('DoubleController', ['$scope',
function($scope) {
$scope.double = function(value) {
return value * 2;
};
}]);
Template
<div ng-controller="DoubleController">
Two times <input ng-model="num"> equals {{ double(num) }}
</div>
Website : http://www.softsolutions4u.com Email : info@softsolutions4u.com
Dependency Injection (DI)
Website : http://www.softsolutions4u.com Email : info@softsolutions4u.com

Dependency Injection is a software design pattern in which
components are given their dependencies instead of hard coding
them within the component.

This helps in making components reusable, maintainable.

AngularJS provides following components which can be injected
into each other as dependencies
– value
– factory
– service
– provider
– constant
Website : http://www.softsolutions4u.com Email : info@softsolutions4u.com
angular.module('myModule', [])
.factory('serviceId', ['depService',
function(depService) {
// ...
}])
.directive('directiveName', ['depService',
function(depService) {
// ...
}])
.filter('filterName', ['depService',
function(depService) {
// ...
}]);

More Related Content

What's hot (20)

PDF
Documentation vs test about cucumber but not only for vegetarians
Mikstura.IT Foundation | Web & Mobile Community
 
PDF
Ember.js for Big Profit
CodeCore
 
PPTX
Intro to Rails Give Camp Atlanta
Jason Noble
 
PPTX
Catalog display
Jason Noble
 
KEY
I18n
soon
 
PDF
Python for AngularJS
Jeff Schenck
 
PPTX
Dart and AngularDart
Loc Nguyen
 
PPT
Introduccion app engine con python
sserrano44
 
PPTX
Angular presentation
merlihan
 
PPTX
Dash of ajax
Jason Noble
 
PDF
Ember CLI & Ember Tooling
Mark Provan
 
DOC
Ajax pagination using j query in rails3
Andolasoft Inc
 
PPTX
Ember components
Sarath Chandra
 
ODP
Well
breccan
 
PDF
Angular Promises and Advanced Routing
Alexe Bogdan
 
PPTX
Angular js
sanjay joshi
 
PDF
Javascript REST with Jester
Mike Bailey
 
TXT
Inline
ekeoguob
 
PDF
Rails 2.3 and Rack - NHRuby Feb 2009
bturnbull
 
Documentation vs test about cucumber but not only for vegetarians
Mikstura.IT Foundation | Web & Mobile Community
 
Ember.js for Big Profit
CodeCore
 
Intro to Rails Give Camp Atlanta
Jason Noble
 
Catalog display
Jason Noble
 
I18n
soon
 
Python for AngularJS
Jeff Schenck
 
Dart and AngularDart
Loc Nguyen
 
Introduccion app engine con python
sserrano44
 
Angular presentation
merlihan
 
Dash of ajax
Jason Noble
 
Ember CLI & Ember Tooling
Mark Provan
 
Ajax pagination using j query in rails3
Andolasoft Inc
 
Ember components
Sarath Chandra
 
Well
breccan
 
Angular Promises and Advanced Routing
Alexe Bogdan
 
Angular js
sanjay joshi
 
Javascript REST with Jester
Mike Bailey
 
Inline
ekeoguob
 
Rails 2.3 and Rack - NHRuby Feb 2009
bturnbull
 

Viewers also liked (15)

PPTX
Industrial infrastructure
Arrjit Parashar
 
PDF
PI NEWS Autumn 2015
Paul McNeil
 
PDF
MIB Master of International Business für Führungskräfte - SMBS University of ...
SMBS University of Salzburg Business School
 
DOCX
Social Psychology Journals
dtan97
 
DOC
Cuestionario para el impacto de la formacio monica
Docencia_Formación_Emprego
 
PDF
How to Freelance for Mobile Developers Lesson 4 - Creating Contracts or Serv...
Richard Hart
 
PDF
Training_2
Richard Ray
 
PDF
Business Plan - Elos
Daniel Gravina
 
PPTX
Arteria carotida
Enehidy Cazares
 
PPT
Main Dissertation Defense
Anteneh Mekonen (EMBA , SAP ERP, DipIPSAS)
 
PPTX
Insuficiencia respiratoria
Enehidy Cazares
 
PPTX
NARENDAR MODI IMC CAMPAIGN FOR 2014 ELECTIONS
Anjali Mehta
 
PPTX
English Presentation - Café
dtan97
 
PDF
The efqm excellence model
Ahmed Dahab
 
PDF
Lec 04 Geometric Design (Transportation Engineering)
Hossam Shafiq I
 
Industrial infrastructure
Arrjit Parashar
 
PI NEWS Autumn 2015
Paul McNeil
 
MIB Master of International Business für Führungskräfte - SMBS University of ...
SMBS University of Salzburg Business School
 
Social Psychology Journals
dtan97
 
Cuestionario para el impacto de la formacio monica
Docencia_Formación_Emprego
 
How to Freelance for Mobile Developers Lesson 4 - Creating Contracts or Serv...
Richard Hart
 
Training_2
Richard Ray
 
Business Plan - Elos
Daniel Gravina
 
Arteria carotida
Enehidy Cazares
 
Insuficiencia respiratoria
Enehidy Cazares
 
NARENDAR MODI IMC CAMPAIGN FOR 2014 ELECTIONS
Anjali Mehta
 
English Presentation - Café
dtan97
 
The efqm excellence model
Ahmed Dahab
 
Lec 04 Geometric Design (Transportation Engineering)
Hossam Shafiq I
 
Ad

Similar to Angular data binding by Soft Solutions4U (20)

PPTX
ASP.NET MVC, AngularJS CRUD for Azerbaijan Technical University
Syed Shanu
 
PPTX
Angular Js Get Started - Complete Course
EPAM Systems
 
PPTX
Basics of AngularJS
Filip Janevski
 
PPTX
AngularJs Superheroic JavaScript MVW Framework Services by Miracle Studios
Learnimtactics
 
PDF
AngularJS Basics
Ravi Mone
 
PPTX
AngularJS training - Day 1 - Basics: Why, What and basic features of AngularJS
murtazahaveliwala
 
PPTX
Angular Javascript Tutorial with command
ssuser42b933
 
PDF
Introduction to angular js
Marco Vito Moscaritolo
 
PPTX
AngularJs Workshop SDP December 28th 2014
Ran Wahle
 
PDF
The Art of AngularJS - DeRailed 2014
Matt Raible
 
PPT
AngularJS Mobile Warsaw 20-10-2014
Dariusz Kalbarczyk
 
PPTX
Good karma: UX Patterns and Unit Testing in Angular with Karma
ExoLeaders.com
 
PDF
How to build an AngularJS backend-ready app WITHOUT BACKEND
Enrique Oriol Bermúdez
 
ODP
Gears User Guide
Muthuselvam RS
 
PPTX
AngularJs-training
Pratchaya Suputsopon
 
PDF
243329387 angular-docs
Abhi166803
 
PDF
Spca2014 hillier 3rd party_javascript_libraries
NCCOMMS
 
PDF
Angular JS2 Training Session #2
Paras Mendiratta
 
PDF
Course CodeSchool - Shaping up with Angular.js
Vinícius de Moraes
 
PDF
Introduction to AngularJS For WordPress Developers
Caldera Labs
 
ASP.NET MVC, AngularJS CRUD for Azerbaijan Technical University
Syed Shanu
 
Angular Js Get Started - Complete Course
EPAM Systems
 
Basics of AngularJS
Filip Janevski
 
AngularJs Superheroic JavaScript MVW Framework Services by Miracle Studios
Learnimtactics
 
AngularJS Basics
Ravi Mone
 
AngularJS training - Day 1 - Basics: Why, What and basic features of AngularJS
murtazahaveliwala
 
Angular Javascript Tutorial with command
ssuser42b933
 
Introduction to angular js
Marco Vito Moscaritolo
 
AngularJs Workshop SDP December 28th 2014
Ran Wahle
 
The Art of AngularJS - DeRailed 2014
Matt Raible
 
AngularJS Mobile Warsaw 20-10-2014
Dariusz Kalbarczyk
 
Good karma: UX Patterns and Unit Testing in Angular with Karma
ExoLeaders.com
 
How to build an AngularJS backend-ready app WITHOUT BACKEND
Enrique Oriol Bermúdez
 
Gears User Guide
Muthuselvam RS
 
AngularJs-training
Pratchaya Suputsopon
 
243329387 angular-docs
Abhi166803
 
Spca2014 hillier 3rd party_javascript_libraries
NCCOMMS
 
Angular JS2 Training Session #2
Paras Mendiratta
 
Course CodeSchool - Shaping up with Angular.js
Vinícius de Moraes
 
Introduction to AngularJS For WordPress Developers
Caldera Labs
 
Ad

Recently uploaded (20)

PDF
“MPU+: A Transformative Solution for Next-Gen AI at the Edge,” a Presentation...
Edge AI and Vision Alliance
 
PDF
How to Visualize the ​Spatio-Temporal Data Using CesiumJS​
SANGHEE SHIN
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PDF
Quantum AI Discoveries: Fractal Patterns Consciousness and Cyclical Universes
Saikat Basu
 
PDF
EIS-Webinar-Engineering-Retail-Infrastructure-06-16-2025.pdf
Earley Information Science
 
PDF
Database Benchmarking for Performance Masterclass: Session 2 - Data Modeling ...
ScyllaDB
 
PPTX
01_Approach Cyber- DORA Incident Management.pptx
FinTech Belgium
 
PDF
From Chatbot to Destroyer of Endpoints - Can ChatGPT Automate EDR Bypasses (1...
Priyanka Aash
 
PDF
“Scaling i.MX Applications Processors’ Native Edge AI with Discrete AI Accele...
Edge AI and Vision Alliance
 
PPTX
Curietech AI in action - Accelerate MuleSoft development
shyamraj55
 
PDF
Database Benchmarking for Performance Masterclass: Session 1 - Benchmarking F...
ScyllaDB
 
PDF
ArcGIS Utility Network Migration - The Hunter Water Story
Safe Software
 
PDF
Python Conference Singapore - 19 Jun 2025
ninefyi
 
PDF
Kubernetes - Architecture & Components.pdf
geethak285
 
PPSX
Usergroup - OutSystems Architecture.ppsx
Kurt Vandevelde
 
PPTX
MARTSIA: A Tool for Confidential Data Exchange via Public Blockchain - Poster...
Michele Kryston
 
PDF
Java 25 and Beyond - A Roadmap of Innovations
Ana-Maria Mihalceanu
 
PPTX
UserCon Belgium: Honey, VMware increased my bill
stijn40
 
PDF
Plugging AI into everything: Model Context Protocol Simplified.pdf
Abati Adewale
 
PDF
LLM Search Readiness Audit - Dentsu x SEO Square - June 2025.pdf
Nick Samuel
 
“MPU+: A Transformative Solution for Next-Gen AI at the Edge,” a Presentation...
Edge AI and Vision Alliance
 
How to Visualize the ​Spatio-Temporal Data Using CesiumJS​
SANGHEE SHIN
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
Quantum AI Discoveries: Fractal Patterns Consciousness and Cyclical Universes
Saikat Basu
 
EIS-Webinar-Engineering-Retail-Infrastructure-06-16-2025.pdf
Earley Information Science
 
Database Benchmarking for Performance Masterclass: Session 2 - Data Modeling ...
ScyllaDB
 
01_Approach Cyber- DORA Incident Management.pptx
FinTech Belgium
 
From Chatbot to Destroyer of Endpoints - Can ChatGPT Automate EDR Bypasses (1...
Priyanka Aash
 
“Scaling i.MX Applications Processors’ Native Edge AI with Discrete AI Accele...
Edge AI and Vision Alliance
 
Curietech AI in action - Accelerate MuleSoft development
shyamraj55
 
Database Benchmarking for Performance Masterclass: Session 1 - Benchmarking F...
ScyllaDB
 
ArcGIS Utility Network Migration - The Hunter Water Story
Safe Software
 
Python Conference Singapore - 19 Jun 2025
ninefyi
 
Kubernetes - Architecture & Components.pdf
geethak285
 
Usergroup - OutSystems Architecture.ppsx
Kurt Vandevelde
 
MARTSIA: A Tool for Confidential Data Exchange via Public Blockchain - Poster...
Michele Kryston
 
Java 25 and Beyond - A Roadmap of Innovations
Ana-Maria Mihalceanu
 
UserCon Belgium: Honey, VMware increased my bill
stijn40
 
Plugging AI into everything: Model Context Protocol Simplified.pdf
Abati Adewale
 
LLM Search Readiness Audit - Dentsu x SEO Square - June 2025.pdf
Nick Samuel
 

Angular data binding by Soft Solutions4U