7

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

gabor.orosz
  • 433
  • 8
  • 20
  • 3
    This 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 Answers2

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