Closed vitaly-t closed 6 years ago
It is quintessential to add global method attach(element, ctrlNames) before version 1.0.0 release.
attach(element, ctrlNames)
To be able to attach controller(s) to any random DOM element, much like extend does inside controllers.
extend
I have started working on it within branch attach.
attach
This work is now continued within the master branch.
master
This feature was released in version 0.9.4, new method ERoot.attach.
It is quintessential to add global method
attach(element, ctrlNames)
before version 1.0.0 release.To be able to attach controller(s) to any random DOM element, much like
extend
does inside controllers.I have started working on it within branch
attach
.