Live data from Hacker News

AngularJS 1.2.0: timely-delivery

blog.angularjs.org

1–10 of 64 posts

Re: AngularJS 1.2.0: timely-delivery

#3
I'm really impressed with Angular.

I've previously worked with Backbone.js, and found that many things in Backbone where I've had to manually develop are readily available in Angular.

Moving from Backbone to Angular has made the code much cleaner, and smaller in size. Whereas in Backbone, the code slowly became a mess with all the event listening and event triggering (probably my fault), in Angular, that has all been abstracted for the most part.

Great work guys!

Re: AngularJS 1.2.0: timely-delivery

#6
I noticed that Angular was likely to release this morning since all the issues for the milestone was finally cleared out - looking forward to moving to 1.2 stable from 1.2 rc2 (we're using rc2 in production code!).

Also looking forward to seeing new Angular features being worked on again!

Re: AngularJS 1.2.0: timely-delivery

#7
"This commit introduces the notion of "private" properties (properties whose names begin and/or end with an underscore) on the scope chain. These properties will not be available to Angular expressions."

I wish they'd discuss stuff like this and I wish that MongoDB did not store primary keys on _id field.

I blame myself though.

Re: AngularJS 1.2.0: timely-delivery

#8
post #6

I noticed that Angular was likely to release this morning since all the issues for the milestone was finally cleared out - looking forward to moving to 1.2 stable from 1.2 rc2 (we're using rc2 in production code!). Also looking forward to seeing new Angular features being worked on again!

I'm using rc3 in production right now so I'm looking forward to testing this out upgrading.

Re: AngularJS 1.2.0: timely-delivery

#9
I've done one project with ember and was very happy with it but I'm now working on a project where I only need parts of the page to be controlled by the framework. So far I'm loving the way angular integrates with the dom but once you get back to the controllers/directives it suddenly feels like I have to do a whole lot more work than with ember. The main difference seems to be that you have to manage updates yourself i.e. use $watch or trigger them yourself by binding to js event. At this point I'm kind of wishing their was an embular project ( :) ) that integrated with the dom the way angular does but had ember's awesome binding/computed properties...

Re: AngularJS 1.2.0: timely-delivery

#10
post #7

"This commit introduces the notion of "private" properties (properties whose names begin and/or end with an underscore) on the scope chain. These properties will not be available to Angular expressions." I wish they'd discuss stuff like this and I wish that MongoDB did not store primary keys on _id field. I blame myself though.

This change was discussed: https://github.com/angular/angular.js/pull/4509

It is also clear from the discussion that there are dissenting opinions -- we are constantly iterating and welcome issues and pull requests to make features work even better. The best way to influence AngularJS is to send a pull request.

Post reply on HN