KEMBAR78
Intro to AngularJS | PDF
Intro to AngularJS
Aaron Hardy // Software Engineer, Analytics
What Is AngularJS?
2
Framework for web apps.
License? Open-source?
3
MIT License
Google staffed and funded
Properly open-sourced on GitHub
What Is Its Core Principle?
4
Declarative programming should be used
for building UIs and wiring software
components, while imperative
programming is excellent for expressing
business logic.
In Other Words
declarative
<awesomesauce/>
imperative
bi.ness()
To The Code!
1.  Simple Binding
2.  Click Directive
3.  Composite Binding
4.  Two-way Binding
5.  Watch
6.  Repeat Directive
7.  Format Filter
8.  Custom Reverse Filter
9.  Repeat Filter
10.  Service and
Dependency Injection
11.  Directive
12.  View Routing
Learn More
Official Guide: http://docs.angularjs.org/guide
Official API Docs: http://docs.angularjs.org/api
Video Instruction: http://www.egghead.io
AngularJS Weekly: http://joelhooks.us6.list-manage.com/subscribe?u=cab7a76220&id=e3b711e732
Blog: http://www.yearofmoo.com
Blog: http://onehungrymind.com
Blog: http://www.bennadel.com
Blog: http://codingsmackdown.tv/blog/category/angularjs

Intro to AngularJS

  • 1.
    Intro to AngularJS AaronHardy // Software Engineer, Analytics
  • 2.
  • 3.
    License? Open-source? 3 MIT License Googlestaffed and funded Properly open-sourced on GitHub
  • 4.
    What Is ItsCore Principle? 4 Declarative programming should be used for building UIs and wiring software components, while imperative programming is excellent for expressing business logic.
  • 5.
  • 6.
    To The Code! 1. Simple Binding 2.  Click Directive 3.  Composite Binding 4.  Two-way Binding 5.  Watch 6.  Repeat Directive 7.  Format Filter 8.  Custom Reverse Filter 9.  Repeat Filter 10.  Service and Dependency Injection 11.  Directive 12.  View Routing
  • 7.
    Learn More Official Guide:http://docs.angularjs.org/guide Official API Docs: http://docs.angularjs.org/api Video Instruction: http://www.egghead.io AngularJS Weekly: http://joelhooks.us6.list-manage.com/subscribe?u=cab7a76220&id=e3b711e732 Blog: http://www.yearofmoo.com Blog: http://onehungrymind.com Blog: http://www.bennadel.com Blog: http://codingsmackdown.tv/blog/category/angularjs