Live data from Hacker News

AngularJS Tutorial: Learn to Build Modern Web Apps

thinkster.io

61–70 of 93 posts

Re: AngularJS Tutorial: Learn to Build Modern Web Apps

#62
post #61

Heads up - the link[1] where it says "If you need a refresher on Angular services, go through this video" leads to a video on filters, not services. - [1] http://www.thinkster.io/pick/sFObNwt4rA/angularjs-built-in-f...

I've noticed a few more errors - is there a central place I can submit them?

Re: AngularJS Tutorial: Learn to Build Modern Web Apps

#63

Working with a large Angular app, I've found it much nicer to split away from the "Rails"-style convention of grouping by type (controllers, models, etc) and instead grouping by modules. This plays especially well with Angular where you can group everything within a module together and include a single module which ties all the dependencies together. Curious if others do something similar and group code together by m…

I do it the way you just mentioned. I create specific modules and have them inject their dependencies. Each modules I create has its one or more models within its domain. I was going to go the repository route (one module per type) but it seemed overkill.

Re: AngularJS Tutorial: Learn to Build Modern Web Apps

#65
There's also: yearofmoo [0], the AngularJSLearning Index [1], David Mosher [2], tutorialzine [3], and the ng-newsletter. [4] I would like to see the Integration With Other Languages/Frameworks section expanded (D3, PouchDB, etc). Are you guys planning on expanding on that?

[0] http://www.yearofmoo.com/

[1]https://github.com/jmcunningham/AngularJS-Learning,

[2] http://www.youtube.com/user/vidjadavemo/videos

[3] http://tutorialzine.com/2013/08/learn-angularjs-5-examples/

[4] http://www.ng-newsletter.com/posts/beginner2expert-how_to_st...

Re: AngularJS Tutorial: Learn to Build Modern Web Apps

#67

Hey all - we'd love to hear any questions, criticism, or ideas you have. Also, we have a pdf version of the ebook available for $25 on the site, but we'd like to give all of you on HN a 20% discount. You can go to this URL to get the cheaper price - http://gum.co/SUry/awesomehners Thanks for all of your support!

Edit: Nevermind.

Re: AngularJS Tutorial: Learn to Build Modern Web Apps

#70

Hmm, didn't make it past the first check mark. "Permission denied (publickey). fatal: Could not read from remote repository." -git

You should try:

  git clone https://github.com/msfrisbie/mean-stripdown.git
That way you can clone repositories for reading only as well. This should be fixed in the tutorial though.
Post reply on HN