Disclaimer
- Angular can't really be covered in a half hour
- I HAVE to assume you are least passingly familiar with Angular
- http://bit.ly/1jgRoSi for my Dev Summit talk
So Angular + JS API?
The Good
- Angular has modules
- Dojo has modules
- They will work togather
The Bad
- Angular wants to manages module initalization via dependency injection
- Dojo wants to manage module loading via AMD
The Ugly
- No good docs on combining the module systems
- Most examples are overly complex or broken