dart-archive / angular.dart.tutorial

AngularDart tutorial
MIT License
234 stars 89 forks source link

Update to Angular 0.9.10, and a few fixes #108

Closed chalin closed 10 years ago

chalin commented 10 years ago
chalin commented 10 years ago

Btw, the code fixes included in this PR were necessary to get the tutorial to run under 0.9.10.

kwalrath commented 10 years ago

No changes to the pubspec.yaml files?

kwalrath commented 10 years ago

Thanks for the pull request, @chalin! I've committed this change and its matching text change.

I still think we should probably specify the angular version in pubspec.yaml. Otherwise, someone looking at it might think this code really does run with "any" version of angular, and it very much doesn't.

chalin commented 10 years ago

Agreed. I will add version bounds.