Skip to content

Instantly share code, notes, and snippets.

@razbakov
Last active January 29, 2016 10:08
Show Gist options
  • Save razbakov/bd6449ea8dc0c4356a23 to your computer and use it in GitHub Desktop.
Save razbakov/bd6449ea8dc0c4356a23 to your computer and use it in GitHub Desktop.

Angular JS

If you are backend or frontend developer and some times you need to implement javascript logic on a website or AJAX calls, then join this presentation and know alternative simple way of doing this.

HTML is great for declaring static documents, but it falters when we try to use it for declaring dynamic views in web-applications. AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.

  • Intro
  • Basics
  • Controllers
  • Models
  • Filters
  • Directives
  • Services
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment