Github user corneadoug commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/27#issuecomment-90310549
Binding to scala could be done using a simple service in angularJS. For
example: zeppelinInterpreterService.call(interpreterType, functionName,
params[])
While having cross-notebooks scope is interesting, rewriting every angular
function in scala and saving all scope on the backend seems too complicated,
performance risky and heavy.
We can write angular code and it will work in some cases, but you will have
some problems related to the scope as soon as you start using controller and
modules.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---