AngularJS is for Designer
The goal was to enable web-designers
(non-programmers) to build simple app like
websites, …
—Misko Hevery, creator of AngularJS
4. Lightbox
★ You want to make a light-box
— ajax load content of light-box
— click toggle display of light-box
Slide 15
Slide 15 text
4. Light-box
Show Modal 1
!
Show Modal 2
{{ modalTitle }}
Close
!
Slide 16
Slide 16 text
Summary
★ jQuery
— Abstraction of DOM API
— You manipulate DOM manually
★ AngularJS
— Abstraction of DOM manipulation
— Let data manipulate DOM for you