vitaly-t / excellent

Basic DOM Component Framework
https://vitaly-t.github.io/excellent/
MIT License
57 stars 5 forks source link

Add global attach method #18

Closed vitaly-t closed 6 years ago

vitaly-t commented 6 years ago

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.

vitaly-t commented 6 years ago

This work is now continued within the master branch.

vitaly-t commented 6 years ago

This feature was released in version 0.9.4, new method ERoot.attach.