Live data from Hacker News

AngularJS 1.3.0

angularjs.blogspot.com

21–30 of 90 posts

Re: AngularJS 1.3.0

#21
post #20
post #7

Earlier quoted context omitted.

Could include a short description with your shameless plug?

...or at least a description on your actual web page? All I see there is a change log and example.

Parent linked the beta, take out beta from the URL. Looks like a pretty decent project.

Re: AngularJS 1.3.0

#22
post #5
post #2

Excited to see the bind once expression introduce.

Yes, this is a big deal for performance! Having to run through 1000s of watchers in a digest cycle is not unusual with a typical Angular site and oftentimes most of those watchers are redundant.

Are there any benchmark results available? They mention it increased speed, by a lot, but don't give any numbers -- instead point to a code repo where you can run your own. This is great, but I want an "at a glance" numbers on a variety of platforms so I can verify their claim and then take it to my boss to push through an upgrade. An "executive summary" if you will.

Re: AngularJS 1.3.0

#24

> One-time bindings – by prefixing an expression with "::", it will only be interpolated once, and then no longer watched. Does anyone else find the DSL(s) in Angular to be maddening?

The biggest mistake they've made with Angular is that they're using a custom documentation system that's also written in Angular and JavaScript.

The DSLs would be okay to work with if they were better documented and had better examples and an easy to use docs system.

Re: AngularJS 1.3.0

#25
post #13
post #11

> And as we announced back in December, AngularJS 1.3.0 no longer supports IE8. This allowed us to make improvements and performance enhancements that otherwise would not be possible. It is possible, see how rivetsjs did that years ago. But it is still a very nice thing to drop IE8.

If Microsoft no longer supports IE8, why should web developers?

Because it makes up 10 percent of the user base in my country.

Re: AngularJS 1.3.0

#26
post #24

> One-time bindings – by prefixing an expression with "::", it will only be interpolated once, and then no longer watched. Does anyone else find the DSL(s) in Angular to be maddening?

The biggest mistake they've made with Angular is that they're using a custom documentation system that's also written in Angular and JavaScript. The DSLs would be okay to work with if they were better documented and had better examples and an easy to use docs system.

[deleted]

Re: AngularJS 1.3.0

#27

> One-time bindings – by prefixing an expression with "::", it will only be interpolated once, and then no longer watched. Does anyone else find the DSL(s) in Angular to be maddening?

Most templating languages have binding syntax, and most people want them to have some.

That said, I too find the documentation too brief, especially on things like ng-repeat's filters.

Re: AngularJS 1.3.0

#29
post #5

Earlier quoted context omitted.

Yes, this is a big deal for performance! Having to run through 1000s of watchers in a digest cycle is not unusual with a typical Angular site and oftentimes most of those watchers are redundant.

Are there any benchmark results available? They mention it increased speed, by a lot, but don't give any numbers -- instead point to a code repo where you can run your own. This is great, but I want an "at a glance" numbers on a variety of platforms so I can verify their claim and then take it to my boss to push through an upgrade. An "executive summary" if you will.

If you read the post you'll see a link to benchmark scores

Re: AngularJS 1.3.0

#30
post #16

Exciting to see, Angular JS is what is allowing my small team to create some pretty complex backend :)

just curious but how is Angular helping on the backend ?

He probably means that it allows him to focus on the backend by making the frontend easy to develop.
Post reply on HN