jsCow.res.model.group Class
Represents the model class of the jsCow group component.
Methods
init
()
The model init method will only trigger the internal component event 'model.ready'.
The event data are the model data.
Default listener for this event is registered in the controller of the component.
this.trigger("model.ready", this.data);