Making this possible: ```js @inject('$q') class Controller { constructor() { console.log(this.$q); } } ```