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 launch it in many different ways, but I didn't managed to actually run it.
I achieved to compile my component using angular and pass the result as a
promise to SpellResult class, but it resolves as a string instead of html.
Thanks,
Marek