I hereby claim:
- I am nullvoxpopuli on github.
- I am nullvoxpopuli (https://keybase.io/nullvoxpopuli) on keybase.
- I have a public key ASBdAM3xFHnPFpBs2S3HffJ93uB48AXqC19NHjr41BZ4Bwo
To claim this, I am signing this object:
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |
I hereby claim:
To claim this, I am signing this object:
| import Controller from '@ember/controller'; | |
| import { inject as service } from '@ember/service'; | |
| export default class ApplicationController extends Controller { | |
| appName = 'Ember Twiddle'; | |
| transitionToQp = () => { | |
| this.router.transitionTo({ queryParams: { foo: 123 } }); | |
| this.router.transitionTo('foo'); | |
| this.router.transitionTo({ queryParams: { foo: 1234 } }); |