Re: Spell Helium plugin

2017-06-19 Thread Park Hoon
Hi. Thanks for sharing your problem while using Spell. Could you share the exact use case? On Mon, Jun 19, 2017 at 5:51 PM, Ganko, Marek (Nokia - PH/Quezon City) < marek.ga...@nokia.com> wrote: > Hi, > > > I'm testing my Helium Spell plugin written in angular - I'm using Zeppelin > from

Spell Helium plugin

2017-06-19 Thread Ganko, Marek (Nokia - PH/Quezon City)
Hi, I'm testing my Helium Spell plugin written in angular - I'm using Zeppelin from current master unreleased version. How can I trigger my angular component from the Helium plugin? I tried to attach my module like this: angular.module('zeppelinWebApp').requires.push('myPlugin'); and