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

Famous-angular + Angular-material(ngMaterial) issues #367

Open
ArthurianX opened this issue May 5, 2015 · 0 comments
Open

Famous-angular + Angular-material(ngMaterial) issues #367

ArthurianX opened this issue May 5, 2015 · 0 comments

Comments

@ArthurianX
Copy link

I will post this issue on both repositories (https://github.com/Famous/famous-angular + https://github.com/angular/material)

I am using famo.us and ngMaterial on a MeteorJS Project (and Meteor to top it all off, but there's no conflicts there) and I have had several issues, depending on which library gets to load first.

Use case:

  1. ngMaterial loads before famo.us, so famo.us overwrites some of ngMaterial's functionality
    Result:
    a) implementing ngMaterial tabs will crash the whole application
    b) animations generally won't find necessary methods and will crash the application
  2. ngMaterial loads after famo.us thus overwriting event listeners put in place by famo.us
    Result: famo.us directives aren't working (all of them imply animation, and what I tried didn't work)

I think the common denominator is the event listeners for touch (in my case) and how they handle animations on event firing.

What would we need in this case? An external angular plugin/service which will merge the event listeners, or work on both libraries to create compatibility ?

I know that there's probably no one's business to support both libraries in a project (or that's how I see it), but what could be done on this subject.

I am willing to help.

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