MDC Intro To AngularJS Slides/Links

Wow, very impressed with the turnout today at MDC to my Intro to AngularJS talk! I hope everyone found it useful and feel free to let me know if you have any feedback!

Here are the slides from my presentation:
Intro To AngularJs MDC

here’s the code for IntroTo Angular that we live coded

https://github.com/johnculviner/IntroToAngularJS

and the AngularAgility project that makes CRUD apps dead simple:

– Drastically reduce the amount of boilerplate, repetitive, error-prone HTML required to produce forms, labels and validation messages.
– Automatically generate Angular.js fields for use in form validation, their error messages AND labels.
– On blur and on invalid submit attempt showing of validation messages.
– Form extensions programatically extends forms at myForm.$aaFormExtensions = {…}
– Code is cleaner and easier to read. Form Extensions is DSL that distills your HTML down to only what is required.
– Feel free to use full blown markup whenever you want complete control.
– Mix and match the directive components of Form Extensions to get exactly what you’d like for each situation.
– It does exactly what you want: Everything is overridable on a global and per-instance basis through a rich provider model.

2 thoughts on “MDC Intro To AngularJS Slides/Links

Leave a Reply

Your email address will not be published. Required fields are marked *

Proudly powered by WordPress | Theme: Cute Blog by Crimson Themes.