References
Angular.dart on Github
Angular.dart Tutorial
Angular.dart Tutorial Wiki
Angular.dart API
See also (Angular.js): angular-tips.com
Dart Equivalent Examples from Why Does Angular.js Rock:
- Simple Echo
- Simple Controller
- Simple Filter
- Binding a function to a scope
- Simple Directive
- Repeating Directive
- Repeating Directive with Filter
- Custom Directives - focus()
- Component Directive: Rendering HTML in a custom component (only works in Chrome - see this issue)
- Filters for search
- Custom filter - capitalize
- Simple Services - Strange cursor/focus behavior although seems to work otherwise. Opened issue #264.
- Custom Directive with Attributes - my variation of the "pie chart" example (live example)
- Todo: see the angular.dart demo