Diving into AngularJS
11–20 of 48 posts
Re: Diving into AngularJS
#12Re: Diving into AngularJS
#13So many client side js libraries. Can anybody help compare Ember, Meteor, Angular and Backbone?
Re: Diving into AngularJS
#14Why am I just noticing the "by Google" under the logo?!
Re: Diving into AngularJS
#15I 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. 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?
Re: Diving into AngularJS
#16Am I the only one who dismissed AngularJS by the fact that they use a nearly unmodified bootstrap design?
Re: Diving into AngularJS
#17I 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. 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?
However: I read the documentation first.
I think you'll find if you give it a chance, you'll find that AngularJS has excellent documentation.
Someone put a lot of effort into taking what is organised for implementation (code) and reorganising it for users, and it was something that was very much appreciated.
For example, you should look at this:
* http://docs.angularjs.org/guide/di
There's a very subtle piece in there about how AngularJS figures out what the dependencies of a function actually are, and understanding that piece is key to understanding how much of the AngularJS code is written.
Re: Diving into AngularJS
#18Why am I just noticing the "by Google" under the logo?!
Re: Diving into AngularJS
#19So many client side js libraries. Can anybody help compare Ember, Meteor, Angular and Backbone?
"TodoMVC [is] a project which offers the same Todo application implemented using MV* concepts in most of the popular JavaScript MV* frameworks of today."
Re: Diving into AngularJS
#20Am I the only one who dismissed AngularJS by the fact that they use a nearly unmodified bootstrap design?
Probably, as that doesn't seem like a good reason.
Ember.js in comparison has a certain glow to it. Especially with that weird mascot.