Ignacio Baixas
Results
12
issues of
Ignacio Baixas
The `$specialize` method will create a new collection/instance with the same scope as the calling object but with an extended type: ``` javascript var newModel = Model.$specialize('PagedModel', 'CachedModel'); var newCollection...
enhancement
In many cases it is necessary to mask various properties in a model, maybe group masking or a default mask could solve this.
enhancement