Do you know any good Angular.dart alternative for Angular.js Batarang? Would be much easier to debug scopes, bindings.
Asked
Active
Viewed 1,959 times
7
-
3This is ridiculous. They're not asking for a recommendation, they're asking for a definitive answer about a specific tool. – Isvara Aug 16 '14 at 03:27
2 Answers
5
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

pavelgj
- 2,246
- 11
- 13
0
Haven't heard of any, but would be great.

Günter Zöchbauer
- 623,577
- 216
- 2,003
- 1,567
-
-
You should create a feature request https://code.google.com/p/dart/issues/list – Günter Zöchbauer Feb 02 '14 at 20:59