Alan Dong

Results 15 comments of Alan Dong

How about try this, ```js return get(this, 'store').findRecord('model', id) .catch(() => { this.store.unloadRecord(this.store.getReference('model', id).internalModel); }); ```

I have the same issue, and I fixed here https://github.com/ldong/file-line. @bogado I made a PR here, https://github.com/bogado/file-line/pull/55. Thanks.

有點意思。

@therealmarv Thanks, that [repo](https://github.com/rinckd/afloat) that worked for me. OS X: Yosemite 10.10.2

@Brendonwbrown Check out this fork, https://github.com/rinckd/afloat

I run into the same problem, here is how I solved it. 1. Build Phases - > Copy Bundle Resources -> '+' -> Add Others -> Select the "FontAwesome.otf" file...

I had the similar issue, instead of putting `googleMap` in a `template`, ``` html {{> googleMap name="exampleMap" options=exampleMapOptions}} ``` Just create a DOM ``` html ``` then call explicitly based...

I've similar issue. When I test `serializer` for a model which is composed with `MF.fragment`s, I run into `store` is `null` at testing method `normalizeUpdateRecordResponse`. ```js test('it normalizeUpdateRecordResponse', function(assert) {...

Nice. That would be really cool. Since I personally really like the layout(CSS, Positioning) of Alert in JSB, especially it nicely fits the mac maverick theme. Looking forward to it,...