Re: How to bind angular object with backend when write Helium Application

2017-03-24 Thread fish fish
Hi Lee, Follow your instruction, I can update frontend from beckend and get AngularObject through 'HeliumAppAngularObjectRegistry'. However, I don't know how to get 'InterpreterContext' in Helium Application, which is needed to initialize an 'AngularObjectWatcher' when adding watcher. I checked

Re: How to bind angular object with backend when write Helium Application

2017-03-20 Thread fish fish
Thank you Lee for such promptly response! Will check the code and get back if any further problems. Thank you again! 2017-03-21 3:23 GMT+08:00 moon soo Lee : > Hi Hishfish, > > If you take a look Clock example [1], you'll see how it creates angular > objects and update every

Re: How to bind angular object with backend when write Helium Application

2017-03-20 Thread moon soo Lee
Hi Hishfish, If you take a look Clock example [1], you'll see how it creates angular objects and update every seconds from backend, so front-end can be updated accordingly. After you add your object into AngularObjectRegistry, you can get AngularObject and add watcher [2]. Then any changes of

How to bind angular object with backend when write Helium Application

2017-03-20 Thread fish fish
Hi Group, Recently we are exploring building data analysis application based on Zeppelin. We checked Helium document and think it could be an appropriate way to customize both frontend and backend in Zeppelin. However, we did not find a way to bind angular object with backend data when extends