google / angular_node_bind.dart

Utilities to allow Angular templates to use Node.bind()
BSD 3-Clause "New" or "Revised" License
25 stars 13 forks source link

Not compatible with angular dart 0.10 #4

Closed chandu0101 closed 10 years ago

chandu0101 commented 10 years ago

import 'package:angular_node_bind/angular_node_bind.dart' show NodeBindModule; initPolymer().run(() { applicationFactory().addModule(new AppModule()).addModule(new NodeBindModule()).run(); });

I am getting following error when using NodeBindModule with angulardart 0.10

Error : Internal error: 'package:angular_node_bind/angular_nodebind.dart': malformed type: line 42 pos 2: type 'NgDirective' is not loaded @NgDirective(selector: r'[=/[[._]]/]') ^

Browser : Dartium

justinfagnani commented 10 years ago

Fixed, thanks for the report!