Skip to content

Instantly share code, notes, and snippets.

@MikeRyanDev
Created January 14, 2016 01:02
Show Gist options
  • Save MikeRyanDev/959192eb35e813db7f78 to your computer and use it in GitHub Desktop.
Save MikeRyanDev/959192eb35e813db7f78 to your computer and use it in GitHub Desktop.
var Foo = ng.core.
Injectable().
Class({
constructor: [
[new ng.core.OptionalMetadata(), Bar],
function(bar){
}
]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment