Benjamin Borowski

Results 24 comments of Benjamin Borowski

@bichotll I didn't have any issues with production builds, it was only when I had `customHash: null` and `generateAssetMap: false` set in development build that it fails like this. So...

Similar issue here: https://github.com/mharris717/ember-cli-pagination/issues/88

@jcope2013's solution works but doesn't update the param in the URL for me. If I try to do what the documentation shows with `page: alias('content.page')`, I get > Property set...

Returning the result of "get" on the promise here I don't think will have any effect. I mean, it does, but I'm thinking this isn't the best place to set...