Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/650#issuecomment-175891080 > AngularDisplay can be used only with scala? Although AngularElem, AngularModel introduced in #591 is designed to be used in scala, AnglarDisplay module does not need to have that restriction. So it can provide API for the other language in the future. > The new syntax introduced in #591 is based on paragraphScope and notebookScope, however z.angularBind is based on notebookScope and globalScope. Shouldn't they all have the same scopes? I'm planning to deprecate globalScope in the future while globalScope almost never get removed from notebook file and usage is quite limited. Also z.angularBind() need to be deprecated while it's proving duplicated API after #591 merged, and i think #591 is better and easier API to use.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---