kimroen / ember-cli-document-title

Adding document title behaviour to your ember app
MIT License
216 stars 61 forks source link

Evaluate isFastboot computed property #72

Closed nlfurniss closed 6 years ago

nlfurniss commented 6 years ago

For apps that have the Fastboot service but aren't using it yet, this line causes a show-stopping error. This is because the computed property isFastboot wasn't being evaluated.

Ran the addon and Fastboot tests, they all pass.

nlfurniss commented 6 years ago

Seems like isFastboot is only a CP in old versions of FB