The constructor function of the component.
A map of behaviors that the component will use.
A list of children that will be created insideof the template's children element.
The node to clone from.
The template that components will use.
Compiles the node in a given scope and appends it toa parent node as well as the parent controller.
The ComponentGenerator hold information about a node froma template. It can be used to create component instancesfor a certain scope and parent.
{ default } from mahalo/template/component-generator