(no title)
nathanhammond | 11 years ago
2. The typical pattern is lots of computed properties. They're lazily calculated, so that makes them pretty cheap.
nathanhammond | 11 years ago
2. The typical pattern is lots of computed properties. They're lazily calculated, so that makes them pretty cheap.
pyre|11 years ago
This was a single value (e.g. 'selectedItem') populated by a Ember.Select view/component. After changing the selection a number of times, all things watching 'selectedItem' completely stop firing off (until a page refresh). No idea why.
nathanhammond|11 years ago