AngularDart Batarang alternative

angular-dart, angularjs, batarang, dart

Solution

Currently angular.dart does not offer any graphical debugging tools, however it does provide an introspection API which can be used from Chrome dev tools console.

https://github.com/angular/angular.dart/blob/master/lib/introspection.dart

Problem

Do you know any good Angular.dart alternative for Angular.js Batarang? Would be much easier to debug scopes, bindings.

Original source