dart-archive / angular.dart.tutorial

AngularDart tutorial
MIT License
234 stars 89 forks source link

Angular.dart.tutorial seems pretty outdated #126

Closed zoechi closed 10 years ago

zoechi commented 10 years ago

pubspec.yaml:

dependencies:
  angular: 0.10.0

while Angular.dart 0.12.0 is already published.

davenotik commented 10 years ago

Indeed. Struggling to get through it all.

NicholasTuck commented 10 years ago

Upgrading these would be fairly simple, I would love to do this, but I would want to fix the actual tutorials at the same time: https://angulardart.org/tutorial/ Does anyone know where those docs live and maybe I can do 2 pull requests at once for them. Looks like the MD for the pages are here: https://github.com/angular/angulardart.org/tree/master/site/tutorial Slightly hard to read/edit in that format but looks doable.

Would be a good way to learn version 0.13.0 that was just released the other day.

traceypowersg commented 10 years ago

Hi, Nicholas,

I just saw this, so pardon the delay in responding. I originally wrote the tutorials, and all the work was done on this github repository:

https://github.com/angular/angular.dart.tutorial

However, the docs team here at Google took that stuff and repackaged it somehow, so I don't know where they are working from (whether it's a public place where people such as yourself can contribute, or if it's somewhere within Google).

I've BCC'd the project manager, and a few others on the docs team who took over for me. I hope someone will get back to us.

Tracey

On Mon, Jul 28, 2014 at 5:49 PM, Nicholas Tuck notifications@github.com wrote:

Upgrading these would be fairly simple, I would actually love to do this, but I would want to fix the actual tutorials at the same time: https://angulardart.org/tutorial/ Does anyone know where those docs live and maybe I can do 2 pull requests at once for them.

Would be a good way to learn version 0.13.0 that was just released the other day.

— Reply to this email directly or view it on GitHub https://github.com/angular/angular.dart.tutorial/issues/126#issuecomment-50421937 .

traceypowersg commented 10 years ago

Hi all, apologies, we had a bit of a perfect storm while I was out on vacation (and not looking at commits) for a few weeks, and then an unrelated issue with the script that updates the server.

All of the tutorial code does indeed live in https://github.com/angular/angular.dart.tutorial The docs for it live in https://github.com/angular/angulardart.org and we use jekyll to generate and push all of the site content from a branch called "generated" that you can see if you look on github.

I'm the owner these days -- please do ping me about stale PRs and other issues related to the tutorial. And last, NicholasTuck, thanks so much for your contribution! I'm sorry it took awhile for me to get it merged in.

On Tue, Aug 19, 2014 at 1:44 PM, Tracey Powers traceyp@google.com wrote:

Hi, Nicholas,

I just saw this, so pardon the delay in responding. I originally wrote the tutorials, and all the work was done on this github repository:

https://github.com/angular/angular.dart.tutorial

However, the docs team here at Google took that stuff and repackaged it somehow, so I don't know where they are working from (whether it's a public place where people such as yourself can contribute, or if it's somewhere within Google).

I've BCC'd the project manager, and a few others on the docs team who took over for me. I hope someone will get back to us.

Tracey

On Mon, Jul 28, 2014 at 5:49 PM, Nicholas Tuck notifications@github.com wrote:

Upgrading these would be fairly simple, I would actually love to do this, but I would want to fix the actual tutorials at the same time: https://angulardart.org/tutorial/ Does anyone know where those docs live and maybe I can do 2 pull requests at once for them.

Would be a good way to learn version 0.13.0 that was just released the other day.

— Reply to this email directly or view it on GitHub https://github.com/angular/angular.dart.tutorial/issues/126#issuecomment-50421937 .