need_the_auths | 11 years ago | on: AngularJS Style Guide
need_the_auths's comments
need_the_auths | 11 years ago | on: AngularJS Style Guide
You can easily get one-time bindings using https://github.com/kseamon/fast-bind, which supports not only one-time bindings but also updating a binding only when called.
This makes it easy to work with data that doesn't change, promises, or large amounts of data that rarely changes.
Karl Seamon did a great talk about performance this past January at ng-conf as well, https://www.youtube.com/watch?v=zyYpHIOrk_Y
need_the_auths | 11 years ago | on: Ask HN: What are some ways to get my first 1000 users for my parenting website?
I'm going to be a parent very soon, and my first piece of feedback is my kid isn't a tiny adult -- she is a child. TinyAdult.com brings up mental images of people with various forms of dwarfism, and child labor of yesteryear.
I may be an outlier in my opinion though.
page 1
As to newer stuff, I believe Karl is specifically talking about 1.2 (might of been a release candidate or beta at the time) so his talk should be applicable to the newest stable version, and I've found that to be true so far.
As an aside, and I haven't objectively measured it or even really investigated it, it seems angular's 1.x stable versions aren't coming out as fast as they once did (it feels like 1.3 has been in rc/beta forever and 2.0 doesn't even seem to be out of the planning stages). So at this point I think 1.3 stable will be released in the next few months and hopefully they will have an updated talk on performance at the next ng-conf in March.