Hacker News new | ask | show | jobs
by IgorMinar 5098 days ago
Really? Have you watched any of the videos on the http://angularjs.org/ home page? Or taken our awesome tutorial: http://docs.angularjs.org/tutorial

One of the design goals of AngularJS is to be as close to HTML and browser as possible - picking the good parts and enhancing it for building web applications.

2 comments

I'm very excited to try Angular. Your tutorial, however, is not compatible with the suggested server experience where Apache is not installed, as Node has updated to v0.8 and not only deprecated but removed the "sys" module in favor of the "util" module. Update your repos please? https://github.com/angular/angular-phonecat/pull/18 https://github.com/angular/angular-seed/pull/22

Not digging against you, but this might (though, imho it shouldn't) be a barrier to entry to newcomers. I've simply resigned myself to editing the one line it takes to complete the tutorial every step of the way... Though in retrospect I think I probably could have just forked it and updated that line myself for a permanent fix... :)

Will get this fixed ASAP. Node 0.8 is only ~1 week old ;-)
Sorry, Igor. I jumped the gun with that post and have managed to develop my app in a few days :)

I thought the documentation is pretty excellent. The tutorial did help with some of the concepts but it could be that my project requirements are different and so I didn't find it entirely helpful :)

That said, I found the cookbook to be helpful although it seems like it's not linked anywhere from the homepage?