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.

AngularJS 1.2.0: timely-delivery

212 pointsby jbdeboerover 11 years ago

15 comments

eknkcover 11 years ago
&quot;This commit introduces the notion of &quot;private&quot; properties (properties whose names begin and&#x2F;or end with an underscore) on the scope chain. These properties will not be available to Angular expressions.&quot;<p>I wish they&#x27;d discuss stuff like this and I wish that MongoDB did not store primary keys on _id field.<p>I blame myself though.
评论 #6699419 未加载
评论 #6699709 未加载
评论 #6701266 未加载
jayhuangover 11 years ago
I&#x27;m really impressed with Angular.<p>I&#x27;ve previously worked with Backbone.js, and found that many things in Backbone where I&#x27;ve had to manually develop are readily available in Angular.<p>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.<p>Great work guys!
评论 #6699620 未加载
ollysbover 11 years ago
I&#x27;ve done one project with ember and was very happy with it but I&#x27;m now working on a project where I only need parts of the page to be controlled by the framework. So far I&#x27;m loving the way angular integrates with the dom but once you get back to the controllers&#x2F;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&#x27;m kind of wishing their was an embular project ( :) ) that integrated with the dom the way angular does but had ember&#x27;s awesome binding&#x2F;computed properties...
评论 #6699658 未加载
评论 #6699587 未加载
评论 #6700924 未加载
mathrawkaover 11 years ago
With Javascript disabled the page is completely blank.<p><i>edit (bringing text from comment up a level):</i><p>If you are building apps for people other than yourself, then having a banner to notify them it won&#x27;t work is better than a blank page.<p>A typical banner that I make includes the following things:<p>- Positioned at the top via CSS and sticks there<p>- Includes a link to <a href="http://www.enable-javascript.com" rel="nofollow">http:&#x2F;&#x2F;www.enable-javascript.com</a><p>- Includes a tracking image so I can see how many people are coming without JS enabled<p>If you have a white page like this blog does, people will think your site is broken and bounce... and may never come back.
评论 #6699911 未加载
评论 #6700212 未加载
santialboover 11 years ago
We&#x27;ve been using rc versions in production code too. As they&#x27;ve mentioned many times when they say unstable it doesn&#x27;t mean that it was likely to break, simply that they are free to change the API if they need too.<p>Does anyone know what&#x27;s the rationale behind the separation of ngRoute? It&#x27;s less than 4KB and less than 2KB when gzipped. I don&#x27;t think it&#x27;s worth the &quot;pain&quot; of having to remember to add another source file.
评论 #6699522 未加载
评论 #6699504 未加载
评论 #6699794 未加载
angrycoderover 11 years ago
Great timing. The angular based project I&#x27;ve been working on for the past 6 months just had a soft launch the other day. Being able to tell the powers that be that we are no longer on the unstable branch will ease a few minds.
yesimahumanover 11 years ago
Nice guys! I&#x27;ve been tracking the rc&#x27;s with Ionic Framework (<a href="http://ionicframework.com/" rel="nofollow">http:&#x2F;&#x2F;ionicframework.com&#x2F;</a>) and just updated to the final. I&#x27;ve especially loved ngAnimate and ngTouch which have been really solid.
Bahamutover 11 years ago
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&#x27;re using rc2 in production code!).<p>Also looking forward to seeing new Angular features being worked on again!
评论 #6699360 未加载
dan_simover 11 years ago
I just wrote a yeoman generator to bootstrap a phonegap application with angular 1.2.0 : <a href="https://github.com/dsimard/generator-angular-phonegap" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dsimard&#x2F;generator-angular-phonegap</a>
评论 #6702178 未加载
wnevetsover 11 years ago
Great timing, I&#x27;m starting the new version of an angular web app. Having a production version of 1.2 on day one is great!
eliot_sykesover 11 years ago
Any advice for upgrading to 1.2 from 1.0.x? Is it worth going via 1.1.x first?
ffrryuuover 11 years ago
Sweet, looks like some major changes to the compilation in this one.
filipedeschampsover 11 years ago
AngularJS is being one of the coolest thing since Node.js
评论 #6702607 未加载
hswolffover 11 years ago
So exciting. Great work guys :)
ryankshawover 11 years ago
is there a road map for future things that want to be added to angular?
评论 #6699435 未加载