angular-light
angular-light copied to clipboard
able to use components from different versions of framework
component.register({name, handler}); component.invoke({name, element, parentInterface});
parentInterface:
- watch(name, callback);
- unwatch
- destroy
- sendEvent
- setAPI