Created
April 20, 2016 15:05
-
-
Save aherve/6bf81dada5ce154c1a36093c7bc8c4ed 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
| 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