AngularJS - Services

  1. Services
  2. Console log
  3. Logging with $log
  4. Turn off logging with $logProvider
  5. Showing the correct line number
  6. Dependency Injection
  7. Automatic counter with $timeout
  8. Automatic counter with stop button
  9. Automatic counter with stop and start buttons
  10. Simple pages
  11. Simple pages with controller
  12. HTML form elements with AngularJS
  13. Input validation with $messages
  14. TODO with AngularJS
  15. TODO with AngularJS (ENTER to submit and delete item)
  16. TODO with AngularJS (localStorage)
  17. Exercise: Automatic Counter with $interval
  18. Exercise: TODO
  19. Solution: Automatic Counter with $interval