dart-archive / angular.dart.tutorial

AngularDart tutorial
MIT License
234 stars 89 forks source link

Chapter 7 makes no mention of sdkDirectory parameter that is required by angular transformer. #133

Open bgourlie opened 9 years ago

bgourlie commented 9 years ago

See related angular bug: https://github.com/angular/angular.dart/issues/1610

vicb commented 9 years ago

I don't think that this is something required by Angular.dart but by pub in general. Most of the time pub can infer the location of the SDK, if not it will give an error message.

This question has already been discussed, either on SO or on the angular.dart issue tracker.

Edit: still it would be good to mention this in the tutorial

bgourlie commented 9 years ago

Thanks for the explanation vic.

zoechi commented 9 years ago

Here is a related Dart bug http://dartbug.com/21225