Hi there. I try to add directive filterBar from 'kibana' module to my plugin and nothing happens.
http://prntscr.com/kcr5vx I added my directive to 'kibana' module for test and it rendering normally, but all directives, added outside my plugin dont work. http://prntscr.com/kcr7m6 I expect. first two kibana directives should be available too. Can anyone help me with it? I can just copy/paste the directive i need, but it felt so bad practice.
Have you tried the autoload imports? If you use those all of the directives in core kibana should get loaded up into angular's context.
Thank you very much! Now it works.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.