4
A Brief Intro to By Alan Hietala @alanhietala

Alan Hietala - A Brief Into to AngularJS

  • Upload
    devto

  • View
    679

  • Download
    0

Embed Size (px)

DESCRIPTION

Alan introduces us to AngularJS and reviews some code samples. Full source for demo available here: http://github.com/AlanHietala/DevTO

Citation preview

Page 1: Alan Hietala - A Brief Into to AngularJS

A Brief Intro to

By Alan Hietala@alanhietala

Page 2: Alan Hietala - A Brief Into to AngularJS

What Tools am I using?

• Software Developer at ecobee Inc. • Focused on development of web and mobile applications in

Javascript

Who Am I?

• Webstorm• Yeoman• Grunt• Bower

• Karma Runner• Jasmine

Page 3: Alan Hietala - A Brief Into to AngularJS

What is AngularJS?• Teaches your browser to understand new HTML via

directives.• 2 Way Data binding (changes to the model reflected

in the UI and vice versa)• A toolkit of new HTML for the browser to

understand out of the box• MVC separation of concerns• Injectable services to handle common tasks such as

XHR, query string manipulation.

Page 4: Alan Hietala - A Brief Into to AngularJS

Live Demo Time!

• Attendance list application• Add new attendees• Search Attendees• Cross off Attendees

Full source with boilerplate / solutions available at:

http://github.com/AlanHietala/DevTO