I hereby claim:
- I am jenmei on github.
- I am jenmei (https://keybase.io/jenmei) on keybase.
- I have a public key ASCBj0CJ4EaUOTcWOriQbb1qwcjvs96-2YNPTNANLebJYwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
interface SuperInterface { | |
url: string | |
} | |
function amazingDirective() { | |
return { | |
scope: {}, | |
link: function (scope: SuperInterface) { | |
let description : string = someFunctionThatsNotTypeScriptButWeKnowReturnsAString(); | |
scope.description = description; |
['one', 'two', 'red', 'blue'].each do | adjective | | |
puts "#{adjective} fish" | |
end |