AngularJS style programming in Dart?
angular-dart, angularjs, dart
Solution
angular.dart - official port of Angular to Dart.
Old answer:
Another option: Web UI. There's a new article on it here.
Problem
Does anybody know a library or project that allows for an AngularJS style of programming in Dart? I'd like to be able to create annotated HTML files for declaring my UI instead of imperatively instantiating everything like in SWT. Also, features like data binding would be helpful. Can I use Dart for that instead of JS?