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?
You can't use Angular.js directives in an Angular.dart application.