TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Diving into AngularJS

167 pointsby appletonabout 12 years ago

13 comments

neebzabout 12 years ago
I tend to dive a lot into a source code when I am working with a library. You always have missing spots in documentation but you can actually know what's going on by reading the code. This is one of the reasons I am super comfortable with Backbone.<p>However I cannot comprehend Angular's source code on github. Can anyone give me pointers on where to start reading it and/or how it's organized?
评论 #5585472 未加载
评论 #5585452 未加载
评论 #5590781 未加载
ihswabout 12 years ago
The video tutorial mentioned[1] really is excellent, and it's recent too so it's not out of date.<p>[1] <a href="http://weblogs.asp.net/dwahlin/archive/2013/04/12/video-tutorial-angularjs-fundamentals-in-60-ish-minutes.aspx" rel="nofollow">http://weblogs.asp.net/dwahlin/archive/2013/04/12/video-tuto...</a><p>AngularJS' strict adherence to separation of concerns is definitely a breath of fresh air.
seyzabout 12 years ago
The first feedback I always heard from new angularjs developer is: "A completely different approach that I've seen before... it's so productive".<p>Great blog post :)
评论 #5585357 未加载
jonny_ehabout 12 years ago
The more I use Angular, the more I love it. I like how it's really easy to get started with it. Just avoid writing your own directives right away, that's still the one part that is super confusing (although powerful).
评论 #5585921 未加载
zenoconabout 12 years ago
Best video tutorials I've seen on AngularJS yet: <a href="http://egghead.io" rel="nofollow">http://egghead.io</a> -- find directives confusing? watch a couple two minute videos, and it'll fall into place.
da_nabout 12 years ago
I have been wondering if I should look into AngularJS but I'm a bit worried about it's future given Google also has Dart which seems to be competing with it, or am I wrong? We all know what Google is like when it comes to closing stuff down.
评论 #5587159 未加载
评论 #5587194 未加载
ryhansonabout 12 years ago
Why am I just noticing the "by Google" under the logo?!
评论 #5585531 未加载
评论 #5585447 未加载
评论 #5585480 未加载
FreshCodeabout 12 years ago
Hey Andy, please consider choosing a more readable font for your blog. I would love to read this article, but the thin font is hurting my eyes.
评论 #5586307 未加载
ElongatedTowelabout 12 years ago
Am I the only one who dismissed AngularJS by the fact that they use a nearly unmodified bootstrap design?
评论 #5585461 未加载
评论 #5585911 未加载
评论 #5586401 未加载
drorweissabout 12 years ago
So many client side js libraries. Can anybody help compare Ember, Meteor, Angular and Backbone?
评论 #5585525 未加载
评论 #5585433 未加载
ConceitedCodeabout 12 years ago
With all the attention Ember is getting lately I'm glad to see Angular getting some attention.
评论 #5585102 未加载
janusabout 12 years ago
I've found The tutplus angularjs course to be very beginner's friendly.
ttrreewwabout 12 years ago
AngularJS definitely requires a higher level of CS competence. It's initial learning curve is quite high compared to most frameworks.<p>It is awesome sauce.