- [1] http://www.thinkster.io/pick/sFObNwt4rA/angularjs-built-in-f...
AngularJS Tutorial: Learn to Build Modern Web Apps
61–70 of 93 posts
Re: AngularJS Tutorial: Learn to Build Modern Web Apps
#62Heads 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...
Re: AngularJS Tutorial: Learn to Build Modern Web Apps
#63Working 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…
Re: AngularJS Tutorial: Learn to Build Modern Web Apps
#64Re: AngularJS Tutorial: Learn to Build Modern Web Apps
#65[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
#66Re: AngularJS Tutorial: Learn to Build Modern Web Apps
#67Hey 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!
Re: AngularJS Tutorial: Learn to Build Modern Web Apps
#68Re: AngularJS Tutorial: Learn to Build Modern Web Apps
#69"Permission denied (publickey). fatal: Could not read from remote repository." -git
Re: AngularJS Tutorial: Learn to Build Modern Web Apps
#70Hmm, didn't make it past the first check mark. "Permission denied (publickey). fatal: Could not read from remote repository." -git
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.