uploadcare / angular-uploadcare

Provides a directive for the Uploadcare widget.
MIT License
37 stars 16 forks source link

Multiple directives error #10

Closed kmartinezmedia closed 9 years ago

kmartinezmedia commented 9 years ago

I'm getting an Error: [$compile:multidir] Multiple directives [input, uploadcareWidget] asking for new/isolated scope on:

I am trying to use this directive in an Ionic project. Any idea how I might be able to fix this or known conflicts when using in Ionic or ui-router based projects?

screen shot 2015-06-06 at 6 20 24 pm

dmitry-mukhin commented 9 years ago

@kmartinezmedia does this happen in regular Angular (not ionic)?

kmartinezmedia commented 9 years ago

@dmitry-mukhin Works fine in regular angular when I created codepen.

dmitry-mukhin commented 9 years ago

Can you tell what conflicting "input" directive is. Is it Ionic's or yours?

kmartinezmedia commented 9 years ago

This was a conflicting error with another input directive I had created and forgot about. Sorry!