Lee moon soo created ZEPPELIN-550:
-------------------------------------
Summary: Let interpreter define function for angular js
Key: ZEPPELIN-550
URL: https://issues.apache.org/jira/browse/ZEPPELIN-550
Project: Zeppelin
Issue Type: New Feature
Reporter: Lee moon soo
Assignee: Lee moon soo
Priority: Minor
[AngularDisplay](http://zeppelin.incubator.apache.org/docs/0.6.0-incubating-SNAPSHOT/displaysystem/angular.html)
system let Zeppelin Interpreter interact with front-end using angular variable.
It'll be useful if Zeppelin let user easily create an function in a interpreter
(backend side) and call it from the front end side.
for example
{code}
%angular
<div on-click='myFunc("param1", "param2")'>Click me</div>
{code}
{code}
%spark
a.bindAngularFunction("myFunc", { args: Seq[Object] =>
// on click div element
})
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)