Using third party dependency written for angular.js

104 Views Asked by At

I'm just starting off writing a map application and I'm considering using Angular.dart with the third party directive Leaflet directive for AngularJS.

Is it possible to do so, or does it have to be ported first to dart first?

If it is possible without porting, could you help me with a basic example just to get me started?

1

There are 1 best solutions below

2
On BEST ANSWER

You can't use Angular.js directives in an Angular.dart application.