Created
November 24, 2015 06:05
-
-
Save gregtap/3bb3f90c1d782eb065d4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import Ember from 'ember'; | |
| const { Route, run } = Ember; | |
| export default Route.extend({ | |
| queryParams: ['errorCode'], | |
| errorCode: null, | |
| }) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment