Skip to content

Instantly share code, notes, and snippets.

@ukyo
Created May 28, 2014 02:54
Show Gist options
  • Save ukyo/941c8b9f04f4bd38fb6f to your computer and use it in GitHub Desktop.
Save ukyo/941c8b9f04f4bd38fb6f to your computer and use it in GitHub Desktop.
class AngularBase
@inject = (args) ->
@$inject = args
#アノテーションに見えなくもない
class FooController extends AngularBase
@inject '$scope', '$http'
constructor: ($scope, $http) ->
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment