I hereby claim:
- I am juhap on github.
- I am juhap (https://keybase.io/juhap) on keybase.
- I have a public key ASAhkoJIxMwlyPuxhbBMZYW8klX8Uyolm5YKE2qd-SpSmwo
To claim this, I am signing this object:
function render(model){ | |
let current_state_name = model.active_states[0].name; | |
return $("h1", | |
{style: {color: "darkBlue"}}, | |
`The current state is: ${current_state_name}`); | |
} |
I hereby claim:
To claim this, I am signing this object:
package ${packagePath}.service; | |
<#assign entitiesHaveColumns = false> | |
<#list entities as entity> | |
<#if entity.hasColumns()> | |
<#assign entitiesHaveColumns = true> | |
import ${packagePath}.model.${entity.name}Clp; | |
</#if> |