Skip to content

Instantly share code, notes, and snippets.

@aherve
Created April 20, 2016 15:05
Show Gist options
  • Select an option

  • Save aherve/6bf81dada5ce154c1a36093c7bc8c4ed to your computer and use it in GitHub Desktop.

Select an option

Save aherve/6bf81dada5ce154c1a36093c7bc8c4ed to your computer and use it in GitHub Desktop.
export default class DemoController {
constructor (DemoService) {
'ngInject'
Object.assign(this, {DemoService})
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment