- ng-Controller is bad, use directive instead.
- Don't specfiy controller in Route, use directive in template.
- Alwasy use an isolated scope
- Use factory only, forget about service and providor
- $expectionHandler
- use angular-ui-router
- Aviod lazy loading ? ? ?