Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I use angular-gauge directive inside another directive? #55

Open
marlon-assef opened this issue Jun 11, 2018 · 0 comments
Open

Comments

@marlon-assef
Copy link

Hi, @ashish-chopra .

How can I use the <ng-gauge> inside another directive?
Our application uses widgets to create a page. Each widget is a directive, for instance:

<html>
  <body>
      <directive-one></directive-one>
      <directive-two></directive-two>
  </body>
</html>

I want to use the <ng-gauge> inside the <directive-two>, but it is not working.
the ng-gauge component does not get the correct options configuration and end up failing to render.
Maybe I miss a configuration.

Can ng-gauge be used inside another directive?
Can you help me please?

Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant