Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 738 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 738 Bytes

AngularJS presentation

Live coding presentation of AngularJS by coding ... the presentation

Check branches 0 to 11 to review the steps of the live coding session

  1. simple HTML slides
  2. unit test and controller to navigate between slides
  3. route to slide
  4. create slider directive
  5. add data and request data with $http and modify unit test
  6. add new slide to modify title (2-way databinding example)
  7. add new slide to list slides and search
  8. add new slide to create new slide
  9. add control on form slide creator
  10. add attribute to slider directive to set slides URI by parameter
  11. unit test directive
  12. end to end test example